Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
No, use that field as a dynamic filter on the left side of the report. It will instantly filter your report.
As for various permutations, try this enhanced formula
If(
IsNull([APPT? 19]) and IsNull([APPT 19]), "Both Blank",
IsNull([APPT 19]), "APPT 19 Blank",
IsNull([APPT? 19]), "APPT? 19 Blank",
" none Blank")
As for various permutations, try this enhanced formula
If(
IsNull([APPT? 19]) and IsNull([APPT 19]), "Both Blank",
IsNull([APPT 19]), "APPT 19 Blank",
IsNull([APPT? 19]), "APPT? 19 Blank",
" none Blank")