Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
sum({$<Date={">=09/01/2012"},Item={'PAN 34g'}>} Units)
i am using this one but not getting any result it is showing me zero value
but when i take out date and sum it for total for ex
=sum({<Item ={'PAN 34g'}>} Units)
thanks in advance
Here it is
SUM({$<Date ={">$(=Date('09/01/2012'))"},Item={'PAN 34g'}>} Units)
Please check your Date field format
try this
SUM({$<Date ={"$(=Date('09/01/2012'))"},Item={'PAN 34g'}>} Units)
thanks for your response but it is not working
Thank you for your response
date field format is dd/mm/yyyy which i specified in the expression
Is is possible post a sample of your data?
I am missing < (less than sign), sorry
try this
SUM({$<Date ={"<$(=Date('09/01/2012'))"},Item={'PAN 34g'}>} Units)
thank you
is is giving me value but i wanted to see >= 9/01/2012 where can we give the greater than condition
Here it is
SUM({$<Date ={">$(=Date('09/01/2012'))"},Item={'PAN 34g'}>} Units)
please mark if correct