Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
if i want that in one column of my dimensions in a table the text will be bold under condition.
i know how to do this with color but not bold....
something like -
if(dim='ggg',bold,not bold)
tnx
in place of bold use '<B>'
Regards
Aviral Nag
Hi,
if(dim='ggg', '<b>')
Regards,
Aurélien
text format
='<B>'
or a mix
='<I><U><B>'