Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pls give me set expression for this scenario?

I have a table   like

TABLEA:

productid,

productname,

sales

i have a chart with these dimension using  pid,pname as a dimensions and  sum(sales) as  expression

My requirement is when i go for  click on product name chart should nit get any changes?

Pls write a expression for this?

1 Solution

Accepted Solutions
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

If you want to ignore all field selections in dashboard, you can use

Sum({1} Sales)

If your need is like to restrict the selection happens only in product name field then

Sum({<productname=>} Sales)

View solution in original post

5 Replies
Gysbert_Wassenaar

sum({1}sales)


talk is cheap, supply exceeds demand
MK_QSL
MVP
MVP

SUM({1}Sales)

or

SUM(ALL Sales)

CELAMBARASAN
Partner - Champion
Partner - Champion

Hi,

If you want to ignore all field selections in dashboard, you can use

Sum({1} Sales)

If your need is like to restrict the selection happens only in product name field then

Sum({<productname=>} Sales)

MayilVahanan

Hi

Try like this

Sum({<productname=>} Sales)


or


Sum({1} Sales)

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
SunilChauhan
Champion II
Champion II

remaining as you are using

only expression use this


sum({<productname=>}sales)



not sum({1}sales)  it will hide other selections also




hope this helps

Sunil Chauhan