I am trying to create a module where I need to add a text value in IST and the same will populate in PST and GMT timing.
I have created a module with DAY time dimension and with a list defining 00:00 hours to 23:00 hours and added 3 line items (IST, PST and GMT)
Now I have added a formula in GMT
IF ISNOTBLANK(IST) THEN OFFSET(IST, 0, BLANK) ELSE BLANK
but if I add any text in IST its not populating in GMT. The line items are text formatted.
I probably missed something. Please help