I created a report and I have a comment field box showing bunch of HTML Tags and I dont want to show on my report. I wrote an expression to hide this as follows but this is to hide only one tag but I want to hide multiple tags not to show. Can anybody let me know what to add in my expression so that I could hide multiple html tags. Thanks and appreciate your quick response. See example of my expressions working fine with only one and also the comments box on my reports showing html tages such as <P>, </P>, <BR> etc. Talk to you later.
Replace(Fields!COMMENTS.Value,"</P>","")
Work Order Instructions:
<P>NEED TO RAISE BOX AND COVER AND INSTALL NEW ONE.</P> <P>MATERIALS:</P> <P>99-19 DBL/BOX 1 99</P> <P>99-10A DBL/LID 1 99</P>
Replace(Fields!COMMENTS.Value,"</P>","")
Work Order Instructions:
<P>NEED TO RAISE BOX AND COVER AND INSTALL NEW ONE.</P> <P>MATERIALS:</P> <P>99-19 DBL/BOX 1 99</P> <P>99-10A DBL/LID 1 99</P>