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

why doesnt this work???

if(FirstSortedValue(Places_Before_Decimal_Point_In_Meter_Reading,Meter_Reading_Date)<='425'

     or FirstSortedValue(Places_Before_Decimal_Point_In_Meter_Reading,Meter_Reading_Date)>='365','In Period','Out of period') as range,

trying to get earliest value in 365-425 date range, it says 'invalid expression' despite the synttax checker not flagging it up.

Labels (1)
1 Reply
Not applicable
Author

Maybe remove the single quotes around the numbers.