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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I refference dynamicly different rows in an Inline table

How is it possible to ref. different rows of an inline table dynamicly e.g. by selecting fields for example (value or volume) or  (english or german) etc.

Examples:

Load * Inline [

Value, Volume

19899898989, 852

989898989898, 693

];

Load * Inline [

Production metrics german, Production metrics english, Production metrics french

Distributor_GER, Distributor_EN, Distributor_FR

Product_GER, Product_EN, Product_FR

];

Rename Field [Production metrics german] to [$Production metrics german];

Now in the dashboard I want to refference to the different rows for example by selecting Germany, France or UK

Labels (1)
1 Reply
arthur_dom
Creator III
Creator III

Something like this? !