Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Filter Infoset Query on Additional Extra Field

0 Likes
1,969

Hi Experts,

My infoset query has one extra field. I successfully did some calculations and put the result in that particular extra field (let say ZXXX).

When I tried to filter the extra field using command:

CHECK ZXXX LE 75.

The report is not correctly displayed.

Can you please help?

Thanks

1 ACCEPTED SOLUTION
Read only

jogeswararao_kavala
Active Contributor
0 Likes
1,235

Hello Helly,

Here is the solution:

Remove the code CHECK ZXXX LE 75. from Records Processing

Put this code as a last line in the ZXXX field's own code section (After calculation lines).


Regards

KJogeswaraRao

Hi Experts,

My infoset query has one extra field. I successfully did some calculations and put the result in that particular extra field (let say ZXXX).

When I tried to filter the extra field using command:

CHECK ZXXX LE 75.

The report is not correctly displayed.

Can you please help?

Thanks

2 REPLIES 2
Read only

jogeswararao_kavala
Active Contributor
0 Likes
1,236

Hello Helly,

Here is the solution:

Remove the code CHECK ZXXX LE 75. from Records Processing

Put this code as a last line in the ZXXX field's own code section (After calculation lines).


Regards

KJogeswaraRao

Read only

0 Likes
1,235

Hi Jogeswara,

It works perfectly!!

Many thanks for your help.

Best Regards

Helly