time parameter
1 TopicCan a Measure = calculation use a Parameter Value?
I am trying to create a Status Board based on submitted Parameters. The parameters I have created are: Goal (Number) Shift Start (Time) Shift End (Time) Break_Lunch (Number) I am trying to create the following card values: Clock = DATEDIFF(NOW(), Shift Start, Minute) Avail Min = DATEDIFF(Shift End, Shift Start, Minute) - Break_Lunch Target = Clock / Avail Min * Goal When I click NEW MEASURE and enter this: Measure = DATEDIFF(NOW(), Shift Start, Minute) value 'Shift Start' is not recognized. Is it possible to use Parameters in a Measure object?Solved762Views0likes4Comments