I have dropdown tags widget for Artist List and another for albums
When I select artists from the first dropdown, I want to display the albums of all selected Artists in the second dropdown tags widget
I can filter it for only one artist ( aggregate filter) but in my case it should show me list of albums for more than one artist
Could u please help me
Regards
Hello Tahani,
I have updated your oml.
Please check it.
Thanks,
Ajit Kurane.
Hello
For the use case I have created a Forge Component that will help you with the use case
https://www.outsystems.com/forge/component-overview/14675/cascading-dropdown-tag-sample
Preview - https://personal-ejuytnht.outsystemscloud.com/DropdownTagSample/DropdownTagSample
I hope this helps
Thanks
Tousif Khan
@Tousif Khan & @Ajit Kurane
Thank you so much
It works but does not retrive the data if I open it again to edit
You need to pass the List in a Selected property of a dropdown tag
You can refer to this if it helps
https://www.outsystems.com/forums/discussion/60746/how-to-show-a-preselect-tag-on-dropdown-tags/
Thank you
It works but still there is a strange issue
If I set ArtistId=26
It give me Albums with ArtistId= 2,6 and 26!