Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Modify default value of gauge label?

$
0
0
I have a gauge with a label containing the value from a column in the dataset the gauge is based upon. Sometimes there won't be a value for a particular row. I'm passing the name of a person in from another report. This works correctly but displays "Text" if there isn't a value for that person. It displays the numeric value if there is. In other words, the person exists in the main report I'm calling the gauge report from but may not have a row in the individual dataset of a gauge. The gauge report has several gauges, at least one of which will have a score for that person. Many times the person will have a score in each gauge's own dataset. [b]I just need to know if there's a way to change the default display of "Text" when there isn't a row for a given gauge.[/b] It's a cosmetic issue. It makes the report confusing to a user. I wouldn't mind either 1)hiding the value or 2) changing the nword "Text" to something else. How can I control what's displayed instead of "text" in the label? Thanks.I'm using Visual Studio and deploying to SQL Server 2012.

Viewing all articles
Browse latest Browse all 2791

Trending Articles