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.
USE TableOK
DISPLAY STATUS
* Option A
USE TableBAD
DELETE TAG TAG(1) && repeat until all tags removed
USE
* Option B
ERASE {TableBAD}.MDX
USE TableBAD && get error no Production .MDX found
&& so click on Proceed to clear .MDX link
USE TableBAD
INDEX ON {tagExpression} TAG {tagName} && repeat for all tags
USE