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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

value loop?

Hi

what is value loop and value list with eexamples

1 Solution

Accepted Solutions
jagan
Partner - Champion III
Partner - Champion III

Hi,

ValueLoop() and ValueList() are used to create synthetic dimensions in a chart, ValueLoop() is used to generate a numeric values dimension and ValueList() is used for both numeric and string with predefined values.

ValueLoop() and ValueList() should be used in a Calculated dimension.

Example:

=ValueLoop(1, 100, 2) - This will generate dimensional values of 1, 3,5, ....99

=ValueList('Value1', 'Value2', 'Value3') - This will generate dimensional values of Value1, Value2, Value3.

Hope this helps you.

Regards,

Jagan.

View solution in original post

2 Replies
jagan
Partner - Champion III
Partner - Champion III

Hi,

ValueLoop() and ValueList() are used to create synthetic dimensions in a chart, ValueLoop() is used to generate a numeric values dimension and ValueList() is used for both numeric and string with predefined values.

ValueLoop() and ValueList() should be used in a Calculated dimension.

Example:

=ValueLoop(1, 100, 2) - This will generate dimensional values of 1, 3,5, ....99

=ValueList('Value1', 'Value2', 'Value3') - This will generate dimensional values of Value1, Value2, Value3.

Hope this helps you.

Regards,

Jagan.

jagan
Partner - Champion III
Partner - Champion III

Hi,

Check this link

Synthetic Dimensions - ValueList() (Example)


Regards,

Jagan.