Forum Discussion

jcastr02's avatar
jcastr02
Post Prodigy
5 years ago

Images to Populate

Is there a way for images (saved pictures) to populate dependent on a field.  

Example  -    A - Apple Image     B -  Beta Image  C - Cat Image

 

Column1

A;B                    -  This would show Apple image + Beta Image

A                       - This would show Apple Image

C                       -This would show Cat image

A;C                    -This would show Apple image + Cat image

B                       - This would show Beta Image

A;B                    - This would show Apple Image + Beta Image

3 Replies

  • Hi jcastr02 ,

     

    You can create a calulcated column for this:

     

    CalcColumn = IF([Column1] = "A", "url1", IF([Column1] = "B", "url2", "url3"))

     

    url1, url2, url3 should be your urls for the images.

     

    Thanks,

    Pragati

    • jcastr02's avatar
      jcastr02
      Post Prodigy

      Thank you, I am able to get the url to populate into the column but the image will not populate on the visual. Do you have any recommendation as to which visual I can use? or is there a setting to change to?

      • Pragati11's avatar
        Pragati11
        Super User

        Hi jcastr02 ,

         

        Can you share some screenshot please on what is getting displayed?

         

        Do you just see a url link getting populated as a value in the visual? If yes, then modify the data category of the column containing these url values:

         

         

        Also you can get images displayed in Table visual or you can try some custom visuals like Image Viewer.