Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
bekahbeets
Creator
Creator

What does it mean when % is in the inline table?

So I'm studying code like so:

NoConcatenate Load * inline

[

%CaseKeys,

.....

what does the % do?

1 Solution
4 Replies
its_anandrjs

It is indication of Unique key field in the Data model.

bekahbeets
Creator
Creator
Author

do you have an article or webpage that goes into detail on this? I'm not finding this to be described online.

swuehl
MVP
MVP

I think it does nothing without further action. It will be just part of your field name.

But it's often used to indicate a key field (so it's a nomenclature / user definition).

And if you use

SET HidePrefix = '%';

in script, these fields will be hidden from selection status object and from field selection dialog when disabling 'show system fields'.