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

Can we display 2 report at a time?

former_member456271
Participant
0 Likes
1,787

Hello Gurus,

I have requirement that

In a selection screen there are two selection fields i.e, cc and wbs.

1) if user fill one selection element, only Cost Center then I should display only cost center report.

2) if user fill one selection element, only WBS Element then I should display only cost center report.

3)if user fill both selections, both Cost Center and WBS Element I should display both reports at a time.

If this is possible please let me know.

6 REPLIES 6
Read only

former_member196331
Active Contributor
0 Likes
1,640

I think Yes, .If the no of columns are same for three, little bit easy.
else, maintain 3 diff final structures, and tables fieldcatalogs. then display

Read only

0 Likes
1,640

There are 6 fields to display cc report and 6 fields for wbs report .
if combined there should be 12 fields need to display.

Ok Let's try and thanks for suggestion

Read only

0 Likes
1,640

Possible.

Read only

0 Likes
1,640

Pleas explain me theoretically i will proceed further.

Read only

0 Likes
1,640

How did you showing if there is no radio buttons in output. In the same way,

If r1 eq 'cc'.

structure for cc
tables for cc
fieldcatalog for cc
appending columns for cc

if r1 eq 'bb'

structure for bb
tables for bb
fieldcatalog for bb
appending columns for bb

else.

for other.
Same logic.

Read only

0 Likes
1,640

Sorry I'm not using radio button i'm using selection field below is the picture