Quantcast
Channel: SQL Server Reporting Services, Power View forum
Viewing all articles
Browse latest Browse all 10045

SSRS REPORT EXPRESSION WITH PARAMETERS

$
0
0

hi, guys

I am very new to SSRS and updating an existing rdl file from others

I am lost about one cell expression in a report.

For this cell, it already has a parameter named "projectID", which outputs to many report tables group by projectID.

But for one reports table, it has a column named "JobGroup". For different projectID, the JobGroup are different. And the report has made it by a field in a dataset.

I am wondering how can I add another column to calculate the numbers for each "JobGroup". Do I need another parameter?

The SQL Query should be like this:

SELECT projectID, JobGroup

FROM ...

GROUP BY projectId, JobGroup

Anyone can help me with it? Thanks!!!


Viewing all articles
Browse latest Browse all 10045

Trending Articles