cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Exclude blank excel rows from report

Former Member
0 Likes
1,402

Hi,

I am using excel sheet as a datasource in webi. We have some rows whose all columns are blank but keyfigure columns have 0.0 value.

I want to webi report should exclude rows which are blank in all columns. Is there any way I can achieve it through settings in report filter.

Please guide.

Thanks,

Ankit

View Entire Topic
tanveer1
Active Contributor
0 Likes

Hi Ankit,

Right Click table >> format table >> uncheck the setting Show rows for whihc sum of measures = 0

Thanks,

Tanveer.

Former Member
0 Likes

Hi Tanveer,

I cannot use key figure = 0 filter since there are some where characteristic values are present but kf = 0 and we have to keep those rows in report.

Is there any setting that I can to with characteristic in report.

Thanks,

Ankit

tanveer1
Active Contributor
0 Likes

Hi,

Create a varaible as

= isnull([Char1] and isnull([Char2] and isnull([Char3]  and......etc.,.

Use this in the table and apply filter = 0

Thanks,

Tanveer

Former Member
0 Likes

Yes already implemented that formula, since columns are getting added in sheet on weekly basis. So cannot rely on the formula.

Thanks,

Ankit

Former Member
0 Likes

When you say the sheet, do you mean the report block?

If so, then you'll simply have to maintain the formula to add extra null checks.

Former Member
0 Likes

Hi Mark,

Sheet meant to excel sheet that am using as datasource.

Thanks,

Ankit

Former Member
0 Likes

Are the extra columns just appearing in your BO report or are you having to add them?

tanveer1
Active Contributor
0 Likes

Hi Ankit,

If you have excel as data source with columns keep on appending then you can create an excel based formula in the sheet itself as one column which checks for nulls and use it in the report as a filter

Thanks,

Tanveer.