MeganN
2 years agoNew Contributor II
Cube View Column Overrides
I am creating a cube view to use for a form template. The first column brings in data from a set of account members using A#xxxx.Base as the member filter for the row. On the second column I want to allow input from the user. So, on that same row I am trying to use column overrides to achieve that but having issues:
- Using A#yyyy.Base as the member filter for the column override doesn't actually allow the cell to be editable.
- Using the base members in a list for the member filter allows input on each cell, but automatically fills in the rest of the column cells with the same number and upon checking a QV only sends data to the first member in the list.
- Can modify data is set to "True" for both the column and the row.
My question is - do I need to break this out and create a line for each member with the corresponding column override member or is there another way to do this?