Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I WANT TO SHOW THE DIFFERENCE BETWEEN THE TWO DATES (The FIRST Col - The SECOND Col) and plot their values on a bar chart.
How can that be done ?
Thanks
Try this?
TimeStamp(Field1, 'MMM D YYYY hh:mmTT') - TimeStamp(Field2, 'MMM D YYYY hh:mmTT')
Hey ,
I tried this but it isn't working at all. shows no values.
Did you try Interval function.
Yes I did , But I couldn't fetch any results.
interval(Col1 - Col2, 'DD hh:mm ')
Tried that as well , 😕
If those are names of fields with multiple values, better create a straight table with a separate row for each value combination for real_survey_date_sent and date_survey_received, and add an expression with one of the suggestions posted before.
Specifying a field name in a text box will return all values at once. And subtracting all values from all values will lead to a NULL result.
Tried this , but No values are shown.
Can you share image simply using
Date1 - Date2 ??