Skip to main content

QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Action-Packed Learning Awaits! QlikWorld 2023. April 17 - 20 in Las Vegas: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
jayahathwar
Contributor
Contributor

set analysis based on dates(Urgent)

Hello All,

I am new to qlikview and need your help.

I need make a chart for returned sales.

The condition is closed date - opened date less than 20 days.

How would i do it in set analysis?

Please help me

Thanks & Regards,

Jaya

1 Reply
Anil_Babu_Samineni

May be this?

Sum(If(([closed date]-[opened date])<20,[returned sales]))

OR


If(([closed date]-[opened date])<20, 1,0) as Flag

Expression is this?

Sum({<Flag = {1}>} [returned sales])

Before develop something, think If placed (The Right information | To the right people | At the Right time | In the Right place | With the Right context)