Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Move a column in Report Builder 2.0

How can I simply move a table column left or right in Report Builder using the UI (or text editor if necessary)?

I've tried to drag and drop, looked at menus, etc, and I can't find that option. Is it in there? So far I've had to delete and recreate a column every time I wanted to change its position.

like image 843
Dave Avatar asked Jun 30 '11 14:06

Dave


1 Answers

In Report Builder 3.0 you can move columns like this:

  1. Insert a new empty column
  2. Copy (or cut) the text of the header and the text of the value in the new empty cells
  3. Delete the old column

Or the easiest way is just to not move the columns but change their content by hovering over the column you want to change and select a new data type. After this you still need to update the column name and you're done.

I tried this too, but it only moves the values in the DataSet, not in the report:

  1. Right click DataSet1 in the left menu and select Dataset Properties
  2. Select Fields on the left and click on any field to move it with the blue arrows on top
like image 68
DarkLite1 Avatar answered Oct 07 '22 09:10

DarkLite1