Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Qlikview Conditional Expression on Chart

Hi all,

I'm new to Qlikview and I got a problem.

I have a dataset which contains two days records like 20170601 and 20170501.

And I want to use one column record of 20170601 to minus another column record of 20170501.

But I don't know how to choose this conditional data records in qlikview.

I can do this easily in R or sql use 'where' function.

But how can I do this in Qlikview?

Both on chart expression or script editor are OK.

Many thanks!

1 Solution

Accepted Solutions
avinashelite

Set Analysis

Sum({<Field_Name={'20170601'}>}Value)-Sum({<Field_Name={'20170501'}>}Value)-

View solution in original post

2 Replies
PrashantSangle

Hi,

Try with set analysis in front end.

In script you can implement similar logic which you are trying in sql.

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
avinashelite

Set Analysis

Sum({<Field_Name={'20170601'}>}Value)-Sum({<Field_Name={'20170501'}>}Value)-