cancel
Showing results for 
Search instead for 
Did you mean: 

getting corresponding report with respect to the specific uitlity

Former Member
0 Kudos

Hi

I have 7-reports with same columns but for different 7-utilities(seawater,portable water, gas consumption ...etc). If suppose user enters one utility(seawater) in the selection screen then he/she needs to get corresponding "SEAWATER" report .

Samiliary for other utilities also.

so how can user gets corresponding report with corresponding with specific uility.

pls let me knw

regards

kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Kumar

Do you mean that

1. You want 7 reports for 7 utilities with the same column Structure and how can user get these?

If this is the case, create 7 Queries and use the same re-usable structure in the Columns. Then go ahead and rsestrict the Utilities with the specific utilities in Free Char. Give the name as per the Utilities, so that the user can distinguish between these queries.

OR

2. You want one report and user has the choice which utility he wants to run the report for, then....

Create on report with the rows/columsn that you want. Create a variable on the Utilities Info-Object and restrict the Utilities Info-Object with this variable. So user will be prompted to enter this variable for utility and corresponding report will be generated.

Does this answer your question?

Cheers

Abhishek