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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
roberto99
Contributor III
Contributor III

Best solution intervalmatch. peek or other

Hi, I have doubts about how is the most effective way to solve this problem; 

the "USUARIOS" table contains "incomplete" dates, USUARIOS and TIPO, with respect to the "VTAS" table; I want to obtain the table "RESULTADOS", which would be the most efficient option, the calendar would be from today 13 months ago

tabla_usuario.jpgtabla_vtas.jpg

tabla_resultado.jpg

Thanks for the help

Labels (1)
1 Solution

Accepted Solutions
MayilVahanan

HI @roberto99 

Try with intervalmatch concept.

In USUARIOS table, you can bring EndDate based on next date-1  for each Tipo.

Hope it helps.

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

View solution in original post

2 Replies
MayilVahanan

HI @roberto99 

Try with intervalmatch concept.

In USUARIOS table, you can bring EndDate based on next date-1  for each Tipo.

Hope it helps.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
roberto99
Contributor III
Contributor III
Author

OK, THANKS