Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How can I hide some specific records in OAC classic?

I have to hide records where the value NAME column value = 'name' is appearing in the table. I can't use Filter because I am using associated columns in this 'name' value record to GROUP data in other records. How should I hide the records where this value 'name' is appearing? Building OAC classic home Reports
Answers
-
Hi @User_SIJJO ,
You could use Selection Steps (e.g. Selection Steps > Select Members > Remove) to achieve your goal. As an alternative, it should also be possible to combine results sets using the Minus operation.
1 -
Hi @User_SIJJO if you want to hide the full row, use conditional formatting on the column. in the advanced CSS section, use display:none; CSS to hide the cell.
0 -
I would not recommend using CSS tricks. This is analytics. It works with data. The concept isn't hiding data form a browser side. Selection steps as Federico mentioned are part of the product and underlie its rules. Browser tricks don't.
1 -
Please update your profile so we now with whom we are communicating :-)
I know you asked specifically about the 'Classic' side and hiding the full row, and I take that you literally mean values with the word 'name' and not a substitution of an actual "name"
where the value NAME column value = 'name' is appearing in the table.
I will also share for any future readers , in case it is helpful to them, that you can also achieve masking sensitive data obfuscation) in the self-service side with Obfuscate Sensitive Data in a Dataset .
0