Can we get the difference in two time values in vDesigner 1.0? If yes, then how?
2 Likes
Yes Tushar we can do this by Calculate function available in Designer .
CALCULATE($.TEMP_OBJ.CURRENT_DATE,$.TEMP_OBJ.LAST_UPDATED_DATE,DAY)
2 Likes