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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how can i make dimension for x and y axis with values 10,20,30,40,,,,,,,100

how can i make dimension for x and y axis with values 10,20,30,40,,,,,,,100

dimension should be made by me,it should  not from the field

1 Solution

Accepted Solutions
sushil353
Master II
Master II

use valueloop funciton

=ValueLoop(10,100,10)

HTH

Sushil

View solution in original post

6 Replies
sushil353
Master II
Master II

use valueloop funciton

=ValueLoop(10,100,10)

HTH

Sushil

Not applicable
Author

Hi,

Try below:

ValueLoop(10, 100,10)

Not applicable
Author

Can i write a function in expression which will give the result according to these two dimension

for example:

A(10,13)

B(25,30)

How can i plot this on my chart

Not applicable
Author

Can i write a function in expression which will give the result according to these two dimension

for example:

A(10,13)

B(25,30)

How can i plot this on my chart

sushil353
Master II
Master II

Please specify your requirement with some sample data and example

Not applicable
Author

Actually i got the answer thanks for the help