Forum Discussion
android1
Post Patron
8 years agoFilter between hours in the day
Hi, This calc column 8AM-10PM = IF(HOUR(vw_PivotChargesFrontPage[Visits_StartTime]) >= 8 && HOUR(vw_PivotChargesFrontPage[Visits_EndTime]) <= 22 ,TRUE(),FALSE()) returns all calls with a sta...
- 8 years ago
Would need sample data posted that I can copy and paste, just been hacking up to this point.
- 8 years ago
Add the following Boolean expression as well.
vw_PivotChargesFrontPage[Visits_StartTime] <= vw_PivotChargesFrontPage[Visits_EndTime]
Greg_Deckler
Community Champion
8 years agoWould need sample data posted that I can copy and paste, just been hacking up to this point.
android1
Post Patron
8 years ago