Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
edwin
Master II
Master II

how to represent ODAG binding variables for fields that have spaces in them for May 2025 version of Qlik Sense

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

Labels (1)
1 Solution

Accepted Solutions
edwin
Master II
Master II
Author

found the answer when i re-read the help doc:

edwin_0-1753983719706.png

use of single quotes.

View solution in original post

1 Reply
edwin
Master II
Master II
Author

found the answer when i re-read the help doc:

edwin_0-1753983719706.png

use of single quotes.