Hi,
I have read many forum posts on this topic but have yet to find one that provide a proper solution.
How can I hide rows in Webi Table, let say always first 12 rows.
I know people have suggested using conditional formatting and make the font and border white colour to make it not visible in reading mode. This doesn't work in my case as it mean I need to hide 12 rows. It will show big blank gap on the page. Is there a function to physically "hide" first x number of rows.
Anyone able to achieve this using Filtering or similar? Any advise will be greatly appreciated.
Regards,
Ken
Request clarification before answering.
Hi
Here i have the example to hide first 12 rows.
Below table contains country and their actual values.here i need to hide first 12 rows(Hide till china)
For that i have created one variable
Just drag and drop that variable to our table.
Apply table level filter
Hide that Filter 12 rows column using conditional formatting.
Hope this will be helpful!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Ken,
Here is a trick. Hope it works for you.
Create a variable "=RunningCount([Di])" where Dim has a unique value.
Select the block and add a report level filter on this variable.
For eg. the RunningCount variable name is var1, then the filter can be like:
var1 GreaterThan 12 (to hide first 12 rows)
Regards,
Rishabh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is the version of BO you are using?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.