How to Bold the Actual Hour in Task Report? Have some of text code with us.
Hi
Managed to highlight the actual hour if this is more than planned hour for a task highlight in red. But missing to highlight in Bold also. Sharing the code for correction and your reference;
------------------------------------------------------------------------------
textmode=false
valuefield=actualWorkRequired
valueformat=compound
viewalias=actualworkrequired
linkedname=direct
namekey=actualWorkRequired
querysort=actualWork
styledef.case.0.comparison.icon=false
styledef.case.0.comparison.leftmethod=minutesAsHoursString(actualWorkRequired)
styledef.case.0.comparison.lefttext=actualWork
styledef.case.0.comparison.operator=gt
styledef.case.0.comparison.operatortype=double
styledef.case.0.comparison.rightmethod=minutesAsHoursString(workRequired)
styledef.case.0.comparison.righttext=workRequired
styledef.case.0.comparison.trueproperty.0.name=bgcolor
styledef.case.0.comparison.trueproperty.0.value=eac6c9
styledef.case.0.comparison.truetext=
--------------------------------------------------------------------------
Best regards,
Kundan