Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a report that has a "Report View" Parameter, this is a stored procedure based off of a table, Based on the selection of that parameter I want it to only return certain columns.

Example if they select '91-120 View' it would return...

Summary Total Claims 0-30 31-60 61-90 91-120

if they select '91-210 View' it would return

Summary Total Claims 0-30 31-60 61-90 91-210

and if they select '0-90 View' it would return

Summary Total Claims 0-90 91-180 181-360 361+

the biggest issue is there are 8 tables on the report that 20 + columns, currently i have to go into each column on each report and put a column visibility formula which works but is very time consuming not to mention the formula would have to be changed when a new view is created.

Current table set us is...
Summary Total Claims 0-30 31-60 61-90 91-120 91-210 0-90 91-180 181-360 360+
Summary Count Amount % ct amt ct amt ct amt ct amt ct amt ct amt ct amt ct amt ct amt

THERE HAS TO BE AN EASIER WAY
Posted
Comments
Maciej Los 30-Mar-14 14:06pm    
Sorry, but you question is not clear. Please, be more specific and provide more details about your issue.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900