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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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)