Application Development 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: 

Filter Infoset Query on Additional Extra Field

0 Kudos

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

jogeswararao_kavala
Active Contributor
0 Kudos

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

2 REPLIES 2

jogeswararao_kavala
Active Contributor
0 Kudos

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

0 Kudos

Hi Jogeswara,

It works perfectly!!

Many thanks for your help.

Best Regards

Helly