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

How to make Both table display the same value ?

Hi All

I have Table 1 and Table 2

Expression for Table 1 :-

sum(if(rEVENUE='rEVENUE',Amount/1000))

Expression for Table 2 :-

sum((Amount/1000))

Why when Table 1 and 2 display different value ? Since i have already manually turn on rEVENUE=rEVENUE.

How to make it display the same ?

Paul

1 Solution

Accepted Solutions
ecolomer
Master II
Master II

4 Replies
PrashantSangle

Hi,

use set anlysis in table1 instead of if statement

use below expression in Table1

Sum({<rEVENUE={"rEVENUE"}>}Amount)/1000

Regards,

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 🙂
paulyeo11
Master
Master
Author

Hi Max

I have try your expression , but the bar never appear.

Paul

ecolomer
Master II
Master II

see this

paulyeo11
Master
Master
Author

Hi Enrigue

I found the issue , it is due to my QVW doc label is 1 REVNUE not rEVENUE.

Thank a lot

Paul