Within a Perspective view, I am trying to fill a table with 6 columns worth of data, with a 7th column existing to show an X icon to allow the user to delete the row when clicked. Is there a way to add this column to the table without adding a view parameter to the dataset? I want to avoid this because the icon will be the same in every row no matter what, so I'd prefer to add it as some type of default value for that 7th column in the table.
Thanks!