I have a custom ad-hoc datasource that returns a GQIDateTimeColumn. We are only providing the value if the DateTime is applicable, if it's not, we are providing "N/A" as DisplayValue.
How can this DisplayValue be used in a table component? Currently, the cell is empty when no value is provided.
Sebastiaan Dumoulein [SLC] [DevOps Enabler] Answered question
Hi Joey,
Alternatively you could use the following custom operator that allows you to provide a fallback display value whenever no current display value is detected: http://Display Value Fallback | Catalog | dataminer.services
Ronald Gerard [SLC] [DevOps Enabler] Posted new comment
Note that this custom operator will run into the same issue. When using the GQI DxM, it will only work for cell values that are empty strings.