Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
the convention for ODAG binding variables is
odag[s|o][n][cnt]_FIELDNAME
from this link
https://help.qlik.com/en-US/sense/May2025/Subsystems/Hub/Content/Sense_Hub/LoadData/bind-expressions...
however, if your field name has spaces, you cant just plug it into the field name component. i had a similar question before and the answer was use brackets on fields and never got to try the solution on the Qlik Sense version we had, as we went through an upgrade cycle.
now we need it for the May 2025 release and tried the solution there and it does not work. so for example if the calling application has a filter for [Time scale] and you want to capture the selection, how would the binding variable be coded as? $(odag_Time scale)?
my current work around is to bind to an associated code and in my template app, look up the corresponding field i am interested in. however, this injects an extra step in my load script and takes up time before the whole turn around process is executed (pass the selections to the template app, reload the template app, render the dynamic view)
hope someone else has implemented a similar solution.
thanks
edwin
found the answer when i re-read the help doc:
use of single quotes.