c# - Make textobject bold based on condition in crystal report -


in crystal report, there 2 columns name , amount. want if amount blank name must bold otherwise in regular font. don't know how write formula condition. appreciated. thanks.

you should able to:

  • right-click "name" field
  • select "format object"
  • click formula button next "style"

if amount field number (probably is, used phrase "is blank"), compare 0 instead of empty string.

enter image description here


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -