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

Filter multiple transactions within time period

I need to create a table that shows all customers who have had more than 1 transaction within 6 months, but am a bit stuck where to start?

Ideally this would be done in Qlivkiew with a function rather than in the script as it is someone elses app which I want to tag onto

Not sure if I can use the AGGR function some way, but cant quite work it through how to structure this

4 Replies
Kushal_Chawda

Can you post the snapshot of your data?

jono19872002
Contributor II
Contributor II
Author

Hi,

To simplify, assume I have got 3 fields, Customer, SaleDate, Value.

I want a simple table to show all customers who have had a second (or multiple) SaleDate(s) within 6 months of each other

So in the attached picture of sample data I just want to show customer C and both the dates

 

Kushal_Chawda

create  straight table with Dimension Customer & SalesDate and below expression

 

=sum({<Customer={"=(min(total <Customer> SaleDate)-max(total <Customer> SaleDate)) and min(total <Customer> SaleDate) >= addmonths(max(total <Customer> SaleDate),-6)"}>}Value)

 

Note: This will work only when there is just two transactions. If you have more than 2 transaction then please share the scenario with expected output

 

Brett_Bleess
Former Employee
Former Employee

If Kush's last response was what you needed, please be sure you return to your thread and on his post, use the Accept as Solution button to mark the post as the solution, which will give him credit for the assistance and let other Members know it did work for your use case.  We appreciate members closing out their threads.  If you are still working on things, please leave an update.

The one place I can point you for future assistance is the Design Blog area, there are over 700 posts here, mostly how-to from our internal experts, I am providing a specific one on set analysis and then the base URL to the site so you can search further if you wish.

https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344

https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.