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: 
alec1982
Specialist II
Specialist II

Using Varriables in Charts

Hi Guys,

I have a column in one of my tables has the values as follow:

ID               MM

1                463+($(VV)/4)
2                463+($(VV)/4) +($(VV)/4)
3                463+($(VV)/4) +($(VV)/4) +($(VV)/4)

Where VV is a variable of Input Box.

I am trying to use MM in a chart as Sum($(=MM)) but it is not working..

Any idea on how can we do that..

Thxs,

Alec

1 Solution

Accepted Solutions
Not applicable

Hi,

    I think no need to use expression in load script according to my calculation your expression for Field 'MM' like this:

                  463+ ($(VV)/4) * ID

If this is correct then you can write this in chart expression also....please check my attach file and let me know.

Regards,

Ashutosh

View solution in original post

1 Reply
Not applicable

Hi,

    I think no need to use expression in load script according to my calculation your expression for Field 'MM' like this:

                  463+ ($(VV)/4) * ID

If this is correct then you can write this in chart expression also....please check my attach file and let me know.

Regards,

Ashutosh