Multiple Images with one argument

0
Hi, In my app I would like to have an image that can change according with an argument. An example, if the argument is “1”, I want to the be displayed an image.. if the argument is “2” I want another image. The only way I can think of, is using the visibility option There is another way? 
asked
1 answers
0

Hi Miguel,

 

there are other ways, but it depends on what you exactly want to achieve to be able to decide what is the best way for your case.

Here is a possible other solution:

Use for example a Gallery Widget with Data source XPath, select your Image Entity and use the ‘argument’ attribute to filter.

answered