Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
eduardo_dimperio
Specialist II
Specialist II

Help with Set Analysis

Hi,

why this not working????

Count({<DIA0_AGUA={"=>$(=Date(Today()-7,'DD/MM/YYYY'))"}>} distinct OID_METER_AGUA)

1 Solution

Accepted Solutions
sunny_talwar

because you have = before the > sign ... try this

Count({<DIA0_AGUA={">=$(=Date(Today()-7,'DD/MM/YYYY'))"}>} distinct OID_METER_AGUA)

View solution in original post

2 Replies
sunny_talwar

because you have = before the > sign ... try this

Count({<DIA0_AGUA={">=$(=Date(Today()-7,'DD/MM/YYYY'))"}>} distinct OID_METER_AGUA)

eduardo_dimperio
Specialist II
Specialist II
Author

AHHHHHHH hahahaha I dont believe !!! You are right! Thank you my friend.