Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
lalita_sharma
Contributor III
Contributor III

Loop alternative in Qlik Sense text box

Hi All

 

I have a variable which contains application names as a string separated by commas. 

vAppNames ='DL,DS,FC'

The no of apps in the above string can vary.

I want to write a expression in a text box which separates the app names from above string and displays them along with their onboarding date. It should work similar to for each loop as below

For each app name in vAppNames 

     print AppName : vAppOnboardingDate(AppName)

End For

I can find the corresponding onboarding date by using set expression if I have the app name. 

Please help

Thanks

Lalita

0 Replies