Forum Discussion
Anonymous
9 years agoNot applicable
Dynamically display image based on measures not calculated column
Hello there Are there ways to dynamically display images based on values of a measure. I saw a few posts here achieving this via calculated columns but I have a measure which is a calculation bet...
- 9 years ago
Hi Anonymous,
You are correct however you can use the measure in a new column and associate the web url check the print screen below:
Regards
Mfelix
MFelix
Super User
9 years agoHi Anonymous,
Yes you can do that if you had a new measure thats does an if for example
Measure_image = IF (calculated_measure =1; "www.url_uo_arrow";"www.url_down_arrow")
Then format this as a url image lonk.
Regards,
MFelix
Yes you can do that if you had a new measure thats does an if for example
Measure_image = IF (calculated_measure =1; "www.url_uo_arrow";"www.url_down_arrow")
Then format this as a url image lonk.
Regards,
MFelix
- Anonymous9 years agoNot applicable
Ummm im not sure thats correct. The category option can be applied to Column not Measure I dont think
- MFelix9 years ago
Super User
Hi Anonymous,
You are correct however you can use the measure in a new column and associate the web url check the print screen below:
Regards
Mfelix