Hi HT,
What's the final requirement, what do you want to do with those cells? Do you want to apply Element Linking on them, so when you click on a value, other blocks reflect that selection? Or something else? Please respond to this question for sure.
If yes, you don't have to use cells, instead, try using the table as you have, right click on one of the values select format cell and
- General -> uncheck table header to hide it
- Appearance -> change Frequency to 0 and color to Font
- Border -> remove all border
If you don't want to apply Element Linking on them, then in just once cell in which you got multivalue error, I assume you just used =[ReportYearMonth], instead of that use the below formula:
=Replace(Reportfilter([ReportYearhMonth]);";";Char(10)+Char(13))
Check this:
Dave's Adventures in Business Intelligence: Displaying UserResponse() Values On Separate Rows
Thanks,
Mahboob Mohammed