Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there a way to control date format in the load script depending on a dimension?
So for example if Region is US then date format should be different than Europe.
Thanks,
Luke
you could do programmatically. i.e. load region, format combination into a table. use that to format the date field
i dont believe there is a way to do it out of the box
Hi @Luk_B
Its looks similar to this. Please verify
Hi,
Thank you for your reply Mayil.
Yes, I try to avoid any changes on the frontend. Unfortunately user asked about such functionality in the end of the project when all is almost done and there is quite a lot of places where I would have to change that + it is 6 different date fields.
Thanks,
Luke
Is there one Region for an instance of the app? Or within the app is there data from different regions?
-Rob
Hi Rob,
Within the app there is data from different regions.
If that helps, data for each country / region is concatenated in the loop (per country).It was needed because there are a few fields which have a different status depending on country being a project leading country or not.
Thanks,
Luke
Hi,
Trying below as a test I have hoped for something 🙂
but trying a different date it clarified
Thanks,
Luke
Sorry, I am replying to myself, but I did some further testing and Applymap may help.
I will post when I test it on the project.
Thanks,
Luke
Hi Rob,
I've tried the ideas I had (to have different date formats in the same field depending on country), but it doesn't work, or at least for some reason it is not consistent.
Would you have some suggestions?
Thanks,
Luke