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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Display data

I try

=num(Sum({1< DateTest={'>=$(=MonthStart(Date(Date#('2014-06-30', 'DD/MM/YYYY'),'DD-MM-YYYY')))<=$(=Date(Date#('2014-06-30', 'DD/MM/YYYY'),'DD-MM-YYYY'))'}>}[Prix de vente TTC] ),'# ##0 ;-# ##0 ')

but it doesn't return any values , how to correct it ?

1 Solution

Accepted Solutions
sunny_talwar

See if this helps:

=num(Sum({1< DateTest={'>=$(=MonthStart(Date(Date#('2014-06-30', 'YYYY-MM-DD'),'DD-MM-YYYY')))<=$(=Date(Date#('2014-06-30', 'YYYY-MM-DD'),'DD-MM-YYYY'))'}>}[Prix de vente TTC] ),'# ##0 ;-# ##0 ')

View solution in original post

2 Replies
sunny_talwar

See if this helps:

=num(Sum({1< DateTest={'>=$(=MonthStart(Date(Date#('2014-06-30', 'YYYY-MM-DD'),'DD-MM-YYYY')))<=$(=Date(Date#('2014-06-30', 'YYYY-MM-DD'),'DD-MM-YYYY'))'}>}[Prix de vente TTC] ),'# ##0 ;-# ##0 ')

sunny_talwar

Did the above suggestion work? If not try this:

=Num(Sum({1< DateTest={">=$(=MonthStart(Date(Date#('2014-06-30', 'YYYY-MM-DD'),'DD-MM-YYYY')))<=$(=Date(Date#('2014-06-30', 'YYYY-MM-DD'),'DD-MM-YYYY'))"}>}[Prix de vente TTC] ),'# ##0 ;-# ##0 ')