I have this working in Excel, but would like to make it work in SQL Server Reporting Services.
The idea is to have a grid. You know the old saying, a picture is worth a thousand words? Well, here is what the working version looks like in Excel right now:
Each of these blocks is a value from a static table where we agreed to group records based on other attributes.
The colors basically tell those who look:
[ul][li]Red = Past Due[/li]
[li]Yellow = Due Today[/li]
[li]Green = Future Due, in other words, there are items in progress, due sometime after "today"[/li]
[li]Grayish green color = Nothing Due, but We COULD have items in this category at any time.[/li]
[/ul]
How I work this so far:
[ol 1]
[li]Pull, categorize and sort the data in SQL Server[/li]
[li]Import to Excel to a data sheet[/li]
[li]Use VBA script to paste the "label" for each of the summarized data rows into the "next" cell.[/li]
[ul][li]That cell is the one to the right, unless it's past 7 items in one row. This # could change, it's just what works best right now.[/li][/ul]
[/ol]
The couple of things I can't wrap my mind around for this with Reporting Services are:
1. How do I either put the values where I want them to form a grid / jeopardy board in Reporting Services? Is there a way I could use a Pivot query perhaps in SQL?
2. How do I handle formatting in Reporting Services? It's not really Conditional formatting in Excel. I have VBA check the source summary table and format according to values in another column in said table.
Thanks in advance for any ideas.
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57
The idea is to have a grid. You know the old saying, a picture is worth a thousand words? Well, here is what the working version looks like in Excel right now:
Each of these blocks is a value from a static table where we agreed to group records based on other attributes.
The colors basically tell those who look:
[ul][li]Red = Past Due[/li]
[li]Yellow = Due Today[/li]
[li]Green = Future Due, in other words, there are items in progress, due sometime after "today"[/li]
[li]Grayish green color = Nothing Due, but We COULD have items in this category at any time.[/li]
[/ul]
How I work this so far:
[ol 1]
[li]Pull, categorize and sort the data in SQL Server[/li]
[li]Import to Excel to a data sheet[/li]
[li]Use VBA script to paste the "label" for each of the summarized data rows into the "next" cell.[/li]
[ul][li]That cell is the one to the right, unless it's past 7 items in one row. This # could change, it's just what works best right now.[/li][/ul]
[/ol]
The couple of things I can't wrap my mind around for this with Reporting Services are:
1. How do I either put the values where I want them to form a grid / jeopardy board in Reporting Services? Is there a way I could use a Pivot query perhaps in SQL?
2. How do I handle formatting in Reporting Services? It's not really Conditional formatting in Excel. I have VBA check the source summary table and format according to values in another column in said table.
Thanks in advance for any ideas.
"But thanks be to God, which giveth us the victory through our Lord Jesus Christ." 1 Corinthians 15:57