Hi Team
I'm using PivotView and is there any way I can change the display values of each cell from external control?
For example:
I have a Dropdown and that contains the following values:
a. N/A
b. 100
c. 1000
d. 10000
If I change the selected value. The pivot grid should re-load to display the values per the new precision.
If the value of cell is 7869 and the display precision is selected as 100, then the value in the cell will be displayed as 78.69 (<metric_value> / <display_precision>).