Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
edwin
Master II
Master II

ODAG geting list of selected values from field with spaces in it

hi,

ive used ODAG to get the list of values filtered for a field.  now im exposing my fieldnames as business filed names and my field names have spaces embedded in the name.

how do you use field names in ODAG if there are spaces in them?

for example in the binding section 

SET <FIELDNAME HERE> ='';
OdagBinding:
LOAD * INLINE [
VAL
$(ods_<FIELDNAME HERE>){"quote": "", "delimiter": ""}
];

what if your field name hsa spaces?  what is the convention to use in place of spaces?

thanks,

edwin

Labels (1)
  • API

1 Solution

Accepted Solutions
F_B
Specialist
Specialist

Hi @edwin ,

You can manage field names with spaces by using square brackets [ ] to encapsulate the field names.

Have a nice day

View solution in original post

2 Replies
F_B
Specialist
Specialist

Hi @edwin ,

You can manage field names with spaces by using square brackets [ ] to encapsulate the field names.

Have a nice day

edwin
Master II
Master II
Author

thanks i did see this in a different