I need to write a conditional formatting where a text should be italic if it starts with ” X”. Otherwise it should be normal font.
How do I achieve string compare with wildcard? I tried the following:
IF({my_sp.field_label} like ' X%') then crItalic else crRegular
Any pointers will be appreciated!
Crystal Reports recognizes the
*as a wild card in like comparisons.From some CR documentation available online: