Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9076

Re: Sorting in Table Control

$
0
0

Hi Zakiyah,

 

Thanks for the screen shots.

I can see that you have used two Table controls and i can see from the flow logic that you have not used the first one in the PBO i.e. you have not Looped it, may be that is the issue...what you can do is declare the first table control followed by your second table control. Same should be the case when you are in PAI i.e. for example

 

PROCESS BEFORE OUTPUT.

Loop at Tcontol1.

Endloop.

Loop at Tcontol2.(Table control which is giving issues)

Endloop.

 

 

PROCESS AFTER INPUT.

Loop at Tcontol1.

Endloop.

Loop at Tcontol2.(Table control which is giving issues)

Endloop.

 

The flow of the table control processing is Top Left to Bottom Right, this might be affecting the flow.

 

Regards,

AB.


Viewing all articles
Browse latest Browse all 9076

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>