Forum Discussion
Anonymous
2 years agoNot applicable
Visual Calculation is not displayed on Stacked Column Chart
Hi, I've shared a sample report that reproduces the issue here. The report has a table for Users, Dates, and Cases. The stacked bar chart in the report has the UserFullName on the X axis, Date Mon...
- 2 years ago
The visual calculation has a FORMAT in it so that will be changing the return value to a text value so it won't work.
I haven't looked at it further so you might want to test by getting rid of the format and see if it renders.
HotChilli
Community Champion
2 years agoThe visual calculation has a FORMAT in it so that will be changing the return value to a text value so it won't work.
I haven't looked at it further so you might want to test by getting rid of the format and see if it renders.
- Anonymous2 years agoNot applicable
Hi HotChilli , thank you so much for taking a look at this. I hadn't even thought about the FORMAT, but you are correct. After removing that, the visual renders correctly. Thanks again for the help, much appreciated!