Forum Discussion
BDolphin
6 years agoHelper I
Sizing rows on Report Builder
So I have a report that works appropriately I just cant figure out if there is a way to set the size of the image when some of the rows have 2 "managers". Ideally I actually want the row size ...
- 6 years ago
I just decided to combine the managers into one row and then set the size of the box to how big i wanted it.
=JOIN(LOOKUPSET(Fields!Name.Value, Fields!Name.Value, Fields!Manager.Value, "DataSet1"), ", ")
BDolphin
6 years agoHelper I
I just decided to combine the managers into one row and then set the size of the box to how big i wanted it.
=JOIN(LOOKUPSET(Fields!Name.Value, Fields!Name.Value, Fields!Manager.Value, "DataSet1"), ", ")