Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Looking to use the suppress feature available in reports in a form grid.
Perhaps I wasn't clear on that above
lcPrev = "@@@@@" && impossible value
SELECT TheTable
SCAN
IF Name <> lcPrev
REPLACE DisplayName WITH Name
lcPrev = Name
ELSE
REPLACE DisplayName WITH ""
ENDIF
ENDSCAN