Apologies in advance if this is a really simple question. I think my syntax is the problem, but alas.
I am wanting to have a field in a BAQ report that in one case needs to always display a specific value from the dataset. In the case where a condition is met, I want to join the values from 2 different fields and place them into the SSRS report field.
I want to always display the value of QuoteDtl_Character03 in all cases.
In the case where QuoteHed_ShortChar04 has a value, I want to put that value in the front of the value and then add on the QuoteDtl_Character03 value as well with a character return built in.
I prefer to create two Placeholders for this. First is you text “Pt. Defect Info: “ would be using the iif like you said. Then next to that in the textbox is the Char03 value.
I think i understand…but I have very limited room to work with in this report, so I was trying to throw it into the existing field where QuoteDtl_Character03 is being placed.
So when I go to expression editor, it looks like this is how the values from the BAQReportResult dataset are available which is probably why they look like that:
If you use a Tablix (like a table), it will have the context of the BAQReportResults. Then, you won’t have to select the “First” record each time, but it will display every record based on grouping.