Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to remove the 1st row of my P&L table report.

Hi All

I have a table is working fine. Just that i need to remove the first row of the number. Hope some one can advise me. ( See my QV doc )

1 Solution

Accepted Solutions
Not applicable
Author

Hi,

In your chart dimension use =if(Seq>1 and len(Trim([Exec P&L Heading_]))>1,[Exec P&L Heading_] & ' ' )

View solution in original post

3 Replies
Not applicable
Author

Hi,

In your chart dimension use =if(Seq>1 and len(Trim([Exec P&L Heading_]))>1,[Exec P&L Heading_] & ' ' )

Not applicable
Author

Hi Abh

You are very good, it work now .since it move to last line , it is okay not so bad since it is not appear at row 1.


if possible can you share with me how to remove the last row. Thank


Paul

Not applicable
Author

Hi Paul,

Use suppress when value is null in chart dimensions tab