30 pts.
 How can you hide specfic words from a field, without hiding the whole field
How would I hide specific words only, in a view or field, but show the rest of the words. For example, always hide "[SEC:UNCLASSIFIED]" in a subject field. So the value would be "Funny Picture [SEC:UNCLASSIFIED]" but it would appear as just "Funny Pictures"

Software/Hardware used:
ASKED: May 19, 2009  1:09 PM
UPDATED: May 21, 2009  1:54 PM

Answer Wiki:
You could use a computed-for-display field. Hide the subject field. Make the formula for the cfd field something like @ReplaceSubstring( subject; "[SEC:UNCLASSIFIED"; "" )
Last Wiki Answer Submitted:  May 20, 2009  1:13 pm  by  Stiletto   2,700 pts.
All Answer Wiki Contributors:  Stiletto   2,700 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hi Stiletto

This works perfectly and its very simple, thanks

 30 pts.

 

I did not recommend this solution because you said “in a view “. The computed for display field will not be available in a view. In a view, you would use the same formula used in the comupted for display field to strip out unwanted characters.

 3,845 pts.