This is a follower from this topic. If this =IFSREPPARAM("YearStandard.Value") were to be =IFSREPPARAM("MMDDYYYYStandard.Value") like 05/13/2024, is it possible to format it to 13.05.2024 when display output?
Page 1 / 1
Hello
I think you can use excel TEXT formula to convert date format. Your formula should look like this.
=TEXT(IFSREPPARAM("YearStandard.Value"),"DD.MM.YYYY")
Hope this helps
It works! Thank you Furkan
Actually, I got this error Furkan when I tried to format my actually parameters. What should I do?
First column =TEXT(IFSREPPARAM("InvoiceFrom.Value"),"DD.MM.YYYY")
Second column =TEXT(IFSREPPARAM("InvoiceTo.Value"),"DD.MM.YYYY")
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.