Hello,
I've just started working with SSRS 2008 and SQL Server 2008. I am trying to create a report that involves querying about certain sectors and their sub sectors (for example a sector would be something like 'financial sector' and its sub sectors would 'bank', 'transfer'...etc ). However, the sectors and sub sectors are changing somewhat rapidly, and I don't know how to generate a report without hard-coding the sectors and sub sectors. What I would like to do is something like a for loop maybe where I can first query the sectors and then for each sector, query its sub sectors. Does anyone have an idea how to do it?