I might have left out some details but I’m trying to list our employee “Deductions” for 401K and Roth. Some employees have both deductions and some do not. When I make my report, I need to be able to display both results as a single row, not having the Employee name show up twice.
Trying to use cast like this.
I’m still getting this result.
If i can get them into the same field I can seperate them in SSRS. I doubt I can seperate them in different columns using BAQ and still only have 1 employee row. I tried using sub-query already. Not
I’ve been struggling on this all day. Argg…
It’s forcing me to do a group by on the “Calculated_Cast” field which is probably part of it.