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

css - I want to align grid in center -

Contact Form PHP Email Script -

python - SWIG function not printing output -