Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi
i need yesterday's sales quantity so i wrote the code below, but it doesn't give true answer. any one knows what problem is with my code?
Sum ({ < [d Gregorian Full Date]={"$(=Date(today()-1))"}>} [F Sr Sales Quantity])
Hi,
Can you attach sample file.
Regards
ASHFAQ
hi
at end i found the problem. its the correct syntax:
Sum ({ < [d Gregorian Full Date]={"$(=Date((today()-1) ,'YYYY-MM-DD'))"}>} [F Sr Sales Quantity])
tnx a lot for your help about date format.
regards
Mana