Hello everyone,
I have a problem with a Dashboard in 10.3.10.0-13367.
I am trying to add a Table Cell to a Dashboard as a State, but no matter what I try the State component in the Dashboard will always show "Not initialized". If I add the complete Table it shows the values without issue, but I am not able to show a single cell from that Table.
How can I debug this?
Best Regards,
Robert
Hi Robert,
I tried to reproduce the issue that you are reporting (10.3.8), but so far I am able to display the cell value in a state component.
To map a cell value, you will need:
- The column parameter that contains the value to be displayed (the data source)
- The index of the row that will be used as filter
Below an example:
Please could you confirm that you have these configuration in place in your State component