Creating dynamic pivot reports on SQL Server
In one of my current projects I have some pivot reports that show count of issues in different states. Grouping depends on report. States are dynamic - admins can define new states and save them to states table. This means that I cannot hardcode names of states to queries. Instead I need dynamic
... [read more]
Submit a review:
Login required.