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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

Emule Excel Sheet

Hello, I just finish a dashboard in QlikView but now I have to create a resume table with my expressions that I have created.

In my dashboard information appears like this:

Today Commerce Total

Today Commerce Total

Today Commerce Total

Today Commerce Total

I need to create a Table like this

Today Commerce Total General.

My expression is:

=RangeSum(

if(aggr(sum(date(vDate)-TD_Mora),Num_Tarjeta)= vDate, 'Today',

if(aggr(sum(date(vDate)-TD_Mora),Num_Tarjeta)>=1 And aggr(sum(date(vDate)-TD_Mora),Num_Tarjeta)<=30, 'Day 2',

if(aggr(sum(date(vDate)-TD_Mora),Num_Tarjeta)>=31 And aggr(sum(date(vDate)-TD_Mora),Num_Tarjeta)<=60, 'Day 3''))))

Nothing Happened.The table still show me many Today and no just one today (Like Group).

Thank You!

1 Solution

Accepted Solutions
Not applicable

table consists only this dimension and this expression?

View solution in original post

2 Replies
Not applicable

table consists only this dimension and this expression?

pgalvezt
Specialist
Specialist
Author

Thanks Pari for your reply But I get it. I used my rangesum expression like dimenssion in another pivot, Now I can see That I wanted.

Thanks Again.