sql - In Report Builder 3.0 to group the two columns in one cell? -
i have report , there column:
 date begin     date end -----------    ---------- [date_begin]   [date_end] now need combine them single cell , rename date:
 result should be:
           date ------------   ---------     begin         end ------------   --------- [date_begin]   [date_end]  how it,
  tried through 'add group'-->'parent group'? report builder 3.0 
you shouldn't bother merge these cells.
simply create additional row above "date begin" , "date end". can done right clicking on top row , select insert row.
then merge 2 cells above "date begin" , "date end" cells , type description "date" in merged cell.
this should output seem require. unless there reason why require these in same cell?
Comments
Post a Comment