Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
VaidhyaGanesan
Contributor II
Contributor II

Qliksense ODAG

HI @Michael_Tarallo,

 

I read through your post on "https://community.qlik.com/t5/Qlik-Design-Blog/On-Demand-App-Generation-Sooooooo-much-easier-to-impl... reg. ODAG.

 

We have a requirement to get free text input from users(lets say list of bill numbers) and want to pass that value  template app to generate template app data for those bill numbers. Loading few millions of bill number in selection app impact app performance and beyond our app size limitation.

 

Any suggestion for this use case?

 

regards,

Vaidhya

 

#Odag

Labels (1)
3 Replies
Or
MVP
MVP

As far as I know, it can't be done. There's an idea for this that you could support:

https://community.qlik.com/t5/Suggest-an-Idea/ODAG-accept-direct-variable-values-instead-of-only-fie...

 

VaidhyaGanesan
Contributor II
Contributor II
Author

Thanks for your quick response. I will definitely do that.

 

Is there any way to use API calls to call/trigger template app and pass the free text from selection app?

Not sure how to use, but i saw some documentation in qliksense page

like "{url}/api/odag/v1/links/{linkId}/requests"

https://help.qlik.com/en-US/sense-developer/May2021/Subsystems/ODAGAPI/Content/Sense_ODAGServiceAPI/...

 

Or
MVP
MVP

As I said, I am not aware of a way to do this, though of course there may be one I'm not familiar with.

You could look into a workaround using some sort of Writeback functionality wherein the text value in question gets written back to a DB or file and then that is read in the underlying target app. Otherwise, perhaps someone else will have better ideas on how to work around this issue.