Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mustafaelryah
Creator
Creator

Set analysis and intersect

Dear All,

I used set analysis to avoid showing one value , take a look to the below picture :

Screenshot 2015-09-01 11.04.40.png

I don't want (NON-Budgeted ) to appear on this chart, so I used the below Set Analysis:

Sum({$<Account_Budget -= {'NON-Budgeted','-','0'}>} balance)

this hide the value of (NON-Budgeted) but the label is still shown on the chart, what could I do?

Regards

1 Solution

Accepted Solutions
sasiparupudi1
Master III
Master III

change Account_Budget dimension to a calculated dimension  with an if condition like

if(Account_Budget='ON-Budgeted','',Account_Budget)

hth

Sasi

View solution in original post

11 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

That should be:

Sum({$<Account_Budget -= {'NON-Budgeted'}>} balance)

(the other values wont do anything useful)

I suggest that you post your qvw or a representative sample.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Marcoimp
Partner - Creator III
Partner - Creator III

In your graph I see more then 2 bars for each label.... could you explain better? Maybe the label is referred to some other value...

M.Imperiale
mustafaelryah
Creator
Creator
Author

also I need it without 0 or -

mustafaelryah
Creator
Creator
Author

mustafaelryah
Creator
Creator
Author

sasiparupudi1
Master III
Master III

change Account_Budget dimension to a calculated dimension  with an if condition like

if(Account_Budget='ON-Budgeted','',Account_Budget)

hth

Sasi

Marcoimp
Partner - Creator III
Partner - Creator III

If you delete the set analysis, you can see the null dimension anyway...!!

The problem seems to be the dimension and not the expression... could be?

M.Imperiale
jagan
Luminary Alumni
Luminary Alumni

Hi,

I think you need to select Supress Null value in Dimension as well as Presentation tab.

Hope this helps you.

Regards,

Jagan.

mustafaelryah
Creator
Creator
Author

I didn't got you friend , sorry