Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jblomqvist
Specialist
Specialist

How to remove a script generated tag from fields?

Hi all,

How to remove a script generated tag from fields?

Capture.JPG

For example in the above field I want to remove the $hidden tag.

How can I do this?

2 Replies
vlad_komarov
Partner - Specialist III
Partner - Specialist III

Do you have a HidePrefix defined in your script?

Like:

SET HidePrefix='_';

VK

jonathandienst
Partner - Champion III
Partner - Champion III

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.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein