Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Urgent help please .. How to remove extra space?


Hi,

i have pivot table. all is fine but at the top it is showing blank values count. How can i remove it. I tried supress null values but nothing works.

Thanks.

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

From-To is having null values...

You can add below in Script

IF NOT ISNULL([From-To], [From-To]) as [From-To]

or at the end of the script....

Where NOT ISNULL([From-To]);

View solution in original post

14 Replies
Not applicable
Author

in dimension

check supress null value

er_mohit
Master II
Master II

Right click on chart Fit coloumn to Data

Not applicable
Author

Thanks I did it earlier but it's not working. Any help please?

Not applicable
Author

Thanks. It's not working. Any help please?

MK_QSL
MVP
MVP

From-To is having null values...

You can add below in Script

IF NOT ISNULL([From-To], [From-To]) as [From-To]

or at the end of the script....

Where NOT ISNULL([From-To]);

Not applicable
Author

Can you share your app?

manideep78
Partner - Specialist
Partner - Specialist

After Load statement put where clause

WHERE [From-to] <>' '

Hope this helps

Regards

Manideep

amit_saini
Master III
Master III

Hi Ameila ,

Have you tried "Suppress When the Value is Null" Option under Dimensions Tab ????

I know you have mentioned this option already in your post but same kind of option is present under Presentation Tab also I don't know which one you have already tried.

Thanks,
AS

Not applicable
Author

Thanks.

Actually the columns from-To is alias column like below

What& ' To ' &Queue       as [From-To],

So, how can I change this? Please help