How to remove 'null' values for 'Binary Statement' in exported PDF reports.

I am trying to generate a report and have a couple of variable assignments. For example:
'Define Expected Value. ’

def expected = ‘Test’
This is logged as:


@Vinh Nguyen , @4280-kazurayam @Russ Thomas @Liam B

Any help would be appreciated.

Screenshot_1.png

1 Like
def expected = 'Test

Is it really what you have? Closing single quotation is missing. Why not:

def expected = 'Test'

kazurayam said:

def expected = 'Test

Is it really what you have? Closing single quotation is missing. Why not:

def expected = 'Test'

My bad it’s just a typo. I actually have it as ‘Test’

I could reproduce your problem.

I exported the result as CSV, which looks fine

I exported the same result as PDF, which has “null”

I believe that Katalon Studio v5.8.4 has a small bug in compiling PDF report.

KatalonDiscussion10515_xls.PNG

KatalonDiscussion10515_pdf.PNG

Tilak,

Possibly you should raise this issue in the “Bug Report” category to make the Katalon team get aware

Hi All, is this bug reported ?
I have created a framework using KS in Script mode, and all my report have null after every statement.
what is tentative release for this fix ?
any WA available ?

@Zarashima

Has this error fixed yet ?

In my side, I can’t show my exception message (in catch block) in the PDF report, and I also get null lines

Thank you