Hi,
how can add info of column like high value or something value calculate from column info.
Hi Jose,
Are you referring to the values that appear on top of the Reading column header?
If so, those can be configured by using the Options attribute | DataMiner Docs
With it, you can select between
- Sum (enableHeaderSum)
which is the default value and if you want nothing to be shown you can use disableHeaderSum - Average (enableHeaderAvg)
- Max (enableHeaderMax)
- Min (enableHeaderMin)
If you need different calculations or something else then your best option is to go with Koen's suggestion.
Hello Jose,
Can you clarify your request further? Because it is not entirely clear what you mean with "adding info of column".
But let me point you to some additional documentation on how to manipulate data in Low code apps or Dashboards:
Ability to create new columns with data based on data in existing columns. This is available when using GQI to fetch data from your element / table.
Column manipulations | DataMiner Docs
You can also aggregate data in different ways (Average, Count, Min, Max, ...)
Aggregate | DataMiner Docs
Also when using Visio, there are some way to manipulate some data before displaying them on a visual.
Linking a shape to a calculation involving multiple parameters | DataMiner Docs
Hope this helps.