Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'll want to use a max(Date) for the charts like below.
Red circle shows all the data, but I want only to see the total of max date. In this case it's 2 instead of 5.
This has to be the same for the Green circle.
Something like
Count({<Date = {"$(=Max(Date))"}>} customer)
Thanks this works, but I've use an other name then Date, now I'll don't know what to change.
Where do I put the name Datum instead of Date?
in a set expression
{<Date={$(=max(Date))}>}
It doesn't recognize the date format I'll want to use.
How can I put this format (yyyymmdd) in this formule: count({<Date={$(=max(Date))}>}customer)
May be this
Count({<Date={"$(=Date(Max(Date), 'YYYYMMDD'))"}>} customer)
Robin Tappij Gielen wrote:
Thanks this works, but I've use an other name then Date, now I'll don't know what to change.
Where do I put the name Datum instead of Date?
Count({<Datum = {"$(=Max(Datum))"}>} customer)