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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to filter char linear table

Hello to all,

I am a beginner with QlikView.

I would like to filter a table according to a range of dates and to a range of grams per item sold.

I created the variables:

DataMin

DataMax

VendutoMin

VendutoMax

I wrote this script but I do not have the desired result:

if(DATA_ORDINE>=DataMin and DATA_ORDINE<=DataMax
if(sum(SPEDITO_GRAMMI)>=VendutoMin and Sum(SPEDITO_GRAMMI)<=VendutoMax,sum(SPEDITO_GRAMMI),) ,sum(SPEDITO_GRAMMI))

Can you help me?

Thank you

Labels (1)
0 Replies