Skip to main content

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?

Hello @jgrace 

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