Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 232 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 87 Oracle Analytics Trainings
- 15 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


