Others in Graph

Hi everyone.

once again i am asking here… i Have one simple report: only three columns

airline names and amount and others

here i calulated others based upon below formula its working fine…

=NoFilter([Sum amount])-Sum([Amount])

but i want show in graph… i am unable show others in my graph
in my graph 3 columns one is airline names and amount and others also
i verified in fBOB forum also …

:reallymad:
could anyone tell me proper solution please…

please find attached document containg details…
cheers
cherry…
very use…doc (67.0 KB)


bo_cherry (BOB member since 2009-02-16)

Hope you aware that if you can see OTHERS in a table, then you can see in the graph.

Create a new variable or apply the formula to display “others”, e.g.

if([dim1] inlist ('a','b','c');[dim1];'others')

then use the above variable in your graph.


vigi_guna :australia: (BOB member since 2008-07-09)

Thanks for Your reply

if([dim1] inlist (‘a’,‘b’,‘c’);[dim1];‘others’)

above eg: what is a,b,c could please tell me…

in my report i am using 3 columns one is airlinename amount and others.


bo_cherry (BOB member since 2009-02-16)

bo_cherry - replace a, b, c with your state names eg New York, LA etc. In other words defined the ones you want to include and then the rest become “Others”


SteveR :australia: (BOB member since 2004-08-27)

Hi steve,

thanks for your reply i tried its not working… its showin only airlinename and amount, others its not diplaying here…
i need top 5 airlines and amount and also othersairline amount also…
very use…doc (67.0 KB)


bo_cherry (BOB member since 2009-02-16)

bo_cherry, are the top 5 airlines dynamic ie do they change each month or each time you run the report or are they static ie the top 5 are always the top 5?


SteveR :australia: (BOB member since 2004-08-27)

Hi steve,

yes its top 5 airlines dynamic only, it will change when data change( normally each time when i run the report). steve here i want only one thing i am not able to show others ( amount) in my graph.

in my report now top 5 airlines and amount showing perfetly, but one thing missing others amount . i want show others amount also in my graph. i am able to show others in my table report … but in graph its not displaying others column… :reallymad:

cheers
cherry


bo_cherry (BOB member since 2009-02-16)

Hellow everyone,

if any body knows solution please tell me…

how solve this issue.


bo_cherry (BOB member since 2009-02-16)

Bo_cherry, this is a tough one. If the top 5 were static it would be simple. I’ve had a play with eFashion – my approach was (using State and Sales Revenue as my objects) to use the Rank Function in a variable and group the values based on what there rank is eg If rank is less than 6 then give me the State name otherwise give me the word Other. However, the issue seems to be I can’t force the context of the rank calculation without having the dimension (State in this case) object present in the final chart or table. So it gives me the word Other only with the State object in the block. It’s possible someone with a bit more input/output webi context experience than me may be able to crack this (but I better do some real work! :lol: )

So you will need to try using database ranking possibly via a derived table or view in the universe. Or a new approach eg maybe don’t have a chart but use the table and the nofilter function like you already have.


SteveR :australia: (BOB member since 2004-08-27)

WHat is the criteria for definig “Other”.
I saw the defnition of other in your first post to be a difference of NOFILTER(). What is the filter here?

If there is a filter in the report and your object defnition for “Other” is a filter override obviously “Other” wont come up in the report. Remove the filter, you should see “Other”


KhoushikTTT :us: (BOB member since 2005-02-24)

NewyourBaasha :!: With respect, have you read the thread :?:


SteveR :australia: (BOB member since 2004-08-27)

Hi All,

I am sucessfully implemented others in my graph. :smiley:

but i have any small issue airline name showing Twice is there any option
to avoid only one Name in my graph airlinename and new_airline and amount
in new-airline variable i have implementd other formula

i want to show in graph only new_airlien and amount some what i have to hide the airlinenames, but in my grapth bothairlinename showing( like: Usairline/Usairline)

cheers
cherry


bo_cherry (BOB member since 2009-02-16)

Congs on your success but I afraid if you are using 2 variables/formula in graph it will come like v1/v2 only.


Prashant Purohit :india: (BOB member since 2009-02-18)

Hi ,

Now I am sucessfully implemented others in my graph. Now i am using only two columns in graph: one is new_airlien name and amount
it showing perfert .

Thanks All

Cheers
Cherry


bo_cherry (BOB member since 2009-02-16)

Hi bo_cherry,

Can you tell me how you have successfully implemented “Others” in your graph? I am having the same issue with #multivalue and have not figured out how to fix it in my graph.


ehasse :us: (BOB member since 2002-08-19)

Hi,

I am also facing same problem to show others in PIE chart . Could any one tell me in detail to show “others” .

Regards,
Dirasa


Dirasa :india: (BOB member since 2008-05-12)

Hi Dirasa!

you can see some workarounds HERE

Cheers! :smiley:


jvmauricio :philippines: (BOB member since 2009-08-03)