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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

filter data with a variable

Hi all,

Could you please help me?

I want to filter my data with the following data:

if((sum(if([Dep/Ret]='721' and Date(Fecha_mov)<'01/04/2016' ,Movimientos)))=0

  and ((sum(if([Dep/Ret]='721' and Date(Fecha_mov)>='01/04/2016' ,Movimientos)))

  +(sum(If([Dep/Ret]='704' and Date(Fecha_mov)>='01/04/2016',-Movimientos)))

  -Saldo)>0,  'Cliente a contactar','no')

How could I do?

thanks a lot !!!

0 Replies