Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
so, i have a data with date. i want to show the date i filtered in text and image chart.
For example, i have a data from May 1st until May 31st.
I filtered May 22nd and i want to tell people that data that i filtered is May 22nd.
i currently write it manually in text and image chart because i dont know how to script it.
i attach a screenshot of the example.
Thanks for the help
HI,
You can use the below expression in the Text object.
Date(Max(Date),'MMM, DD YYYY')
thank you for replying.
i have try the expression, but it is only show the latest date not the currently date i choose in the filter.
as the picture i attached, the date in the text is the date that i choose from date filter.
Thank you.
In the expression I gave, change the "Date" field to the date field name in which you make the selection and it will work.
try below expression.
GetFieldSelections(date)
it works. Thank you !
thank you for replying 🙂