Forum Discussion
Anonymous
7 years agoNot applicable
Adding custom units to data labels
Hi there I'm hoping someone can help me with something I've been struggling with for quite a while. I'm in the process of creating customer reports based on raw data from a monitoring solution. One...
judspud
7 years agoSolution Supplier
Hi Anonymous
You could add a custom column that uses IF statements to check the value in the 'Type' column and concatenate the relevant indicator + the value.
i.e. if([type]='Disk', [Value] + "mb", .......
Hope this helps
Thanks,
George
Anonymous
7 years agoNot applicable
Thanks, judspud
The problem I have with this is that the field will be a string. That means I either have to use those strings as the data values on the graph or use those strings only as data labels with the normal numeric data as the values (I hope that makes sense).
I'm honestly not sure how to do either.