Display Dashboard Timestamps in User's Timezone
Does anyone have a good way of ensuring that a timestamp in a dashboard insight will display in the user's timezone? I don't see an incorta function to handle this but I've been known to miss things.
Does anyone have a good way of ensuring that a timestamp in a dashboard insight will display in the user's timezone? I don't see an incorta function to handle this but I've been known to miss things.
We have a scenario where we need to display the latest notes entered.Parent table:ID, Amount Due, Due DateChild tableID, Parent table ID, creation date, notes entered We can have multiple child records for a given parent ID. In the listing table we w...
I have an insight created using result set. I have another main insight. Is it posssible to join/ combine my main insight with the insight I have created using result set?
I have three columns column 1 column 2 and column3. column1 is coming from a mv, column 2 is coming from a business schema and column3 is a look up formula. I have filtered on column1 and column2 as you can see the values are same for 2 rows for the...
can someone advise me a formulae for below case, i want to count the no.of invoices with invoice amount <>0case( Invoice Amount > 0, distinct( Invoice Number), '0' ))