Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Problems with MDY function

Hi,

I have this expresion in a graph:

sum( { <fecha={"16/05/2015"}>} venta)

It works OK

but next expresion doesn't

sum( { <fecha={"Date(MakeDate(2015,5,16),'DD/MM/YYYY')"}> } venta)

It doesn't work, It doesn't find rows, and is the same filter as first expresion

Can anybody help me???

Thanks

1 Solution

Accepted Solutions
sunny_talwar

Try this:

=Sum({<fecha={"$(=Date(MakeDate(2015,5,16),'DD/MM/YYYY'))"}>} venta)



HTH

Best,

Sunny

View solution in original post

2 Replies
sunny_talwar

Try this:

=Sum({<fecha={"$(=Date(MakeDate(2015,5,16),'DD/MM/YYYY'))"}>} venta)



HTH

Best,

Sunny

Not applicable
Author

sum( { <fecha={"=Date(MakeDate(2015,5,16),'DD/MM/YYYY')"}> } venta)