Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

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 between measure 1 and measure 2. Can I still apply rules to which image to show? For example if its lower than 1 shows arrow down if more than 1 shows arrow up image?

 

Many thanks

 

  • MFelix's avatar
    MFelix
    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

3 Replies

  • Hi 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
    • Anonymous's avatar
      Anonymous
      Not applicable

      Ummm im not sure thats correct. The category option can be applied to Column not Measure I dont think

       

      • MFelix's avatar
        MFelix
        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