Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
How to remove a script generated tag from fields?
For example in the above field I want to remove the $hidden tag.
How can I do this?
Do you have a HidePrefix defined in your script?
Like:
SET HidePrefix='_';
VK
I would first try to find where the field is being defined as hidden, such as the suggestion above. Or you can untag the fields with
untag field fieldname with $hidden;
At least this works in QV, I am not sure about QS.