Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
Can any one please help me on below issue.
From my date field when i tried to find max(Year) i am getting 2.02k instead of 2018.
Please help me on this. Same issue for Month and Monthname as well max(Month) or Max(Monthname) is also not working.
You may change your number format from custom to auto.
Hi Anil,
Thanks for your reply. Its working fine in Charts under measures.
But in text object I have to show max(Year)&''&Max(Month) there i am getting the issue.
Try
Year(Max(Date))
can u attach the file ? may be there is something issue with your date field
You can use =max(Year) in text object to get single row input .
Hi,
My guess is Date filed is like text.
Try like this.
=Max(Year(Date(Date#(Date,'DD/MM/YYYY'))))
Raed this article.
Still i am not seen any error your measure? Can you post screenshot