Forum Discussion

BDolphin's avatar
BDolphin
Helper I
6 years ago
Solved

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 to be the size when there are two managers but if I set it that size then the rows where there are two managers becomes twice as big. I just want the images to be the same size down the entire column regardless of how many managers there are. 

 

Any ideas?

  • 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"), ", ")

     

4 Replies

  • BDolphin isn't each manager has a separate row? It should show an image of each row with the same size, sorry it is not clear what you are trying to achieve.

  • 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"), ", ")