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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Qlikuser09
Creator II
Creator II

how to hard code dimension values

 
1 Reply
Zapparoli
Creator II
Creator II

You can Use calculated dimension like

=ValueList('A','B','C','D')

Or in the Load Script with Load Inline

LOAD * INLINE [

     Column

    A

    B

    C

    D

];

 

Check my Youtube Channel for more Qlik Content
https://www.youtube.com/@ZappaAnalytics