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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Do I have to use Set Analysis For this Req?

Hello All,

Could you please let me know how to achieve following requirement:

My Document has following objects on it:

2 List boxes :

1-Product Group

2-State

Chart List With:

If user selects any Product Group I have to see the sales of that product group in sales column where as total sales of all the product groups irrespective of product Group selected for that state in the "Total Sales" column.

In simple terms Product Group selection shouldn't be applied to "Total Sales" column. How to write an expression to achieve this.

Product GroupStateSalesTotal Sales
PG1ST110003000
PG1ST220003000

Thanks,

MC

11 Replies
sujeetsingh
Master III
Master III

Try if statement in spite of Set analysis for this list box

Not applicable
Author

HI Sujeet,

I don't have set analysis in List box, I have set analysis expression in chart list(straight table).

One of the list box has an expression ProductGrpCd &'-' &ProdctGrpName and I have to use the same in Chart list to achieve the above requirement.

Sorry If I am not clear enough, happy to provide more details.

P.S for time being I pushed this calculation into load statement and used as single filed and it worked as I expected.

Thanks,

MC