NoFIlter() function

Hello everyone,
Can we use Nofilter() function on dimensions instead of measures?
when i am trying to use this function on dimensions i am getting the below error:
"Unable to retieve the first page of the current report. Error WIJ 20003"

hi,
Yes. you can use NoFilter() on dimensions also.
For e.g. you can count the dimension 'Country' as below using NoFilter() function.
=NoFilter(Count([Country]);All)
NOTE:
1) NoFilter (expression;Drill) does not work in query drill mode because the drill filters are added to the query rather than applied to the report data.
2) If you end drill mode with drill filters applied, the drill filters become report filters and can change the value of any expressions to which NoFilter(expression;Drill) is applied.
Source: BO WEBI Help guide
Regards,
Vamsee
Edited by: vamsee m on Jun 1, 2011 2:48 PM

Similar Messages

  • Use of nofilter function

    I have a basic vertical table with two columns - a date dimension and a measure.  I have a drill filter on the date column.  I want my vertical table to ignore the drill filter.  I came across the nofilter function on the help topics but am not able to get it to work.  I tried to apply the nofilter function "nofilter(DateDim) and nofilter(measure) " on both the dimension and measure(and combinations of) but couldn't get it to work.  Can someone explain how to use the nofilter function?  I am on XI 3.1.
    Thanks,
    Kelvin

    Hi,
    Let say you you want to find sum of Measure object ignoring the Filter then use the below fomula:
    =Sum(nofilter(Measure))
    Please let me know if this works for you.
    Thanks,
    Madhu.

  • Using ranking and sum to get top 5 products' share of total market

    Hi everybody,
    I have been playing around with ranking for a while now and I am stuck..
    I have a crosstab where I want to show the top 5 products in a specific month. So I have month in my column and products in my rows. I applied a ranking based on revenue only showing the top 5 products. This works like a charm.
    Now I would like to sum up the top 5 products' revenue and compare it with the revenue of all products in the market. I have managed to sum the top 5 products' revenue by using the "sum" function in the block, but I have not been able to compare this measure with a total market revenue measure. It seems like because I made the ranking on the top 5 products I cannot create a measure which includes more than these top 5 products and put it in that block.
    Is this not something Webi can easily handle??
    Thanks in advance!
    Best regards,
    Morten

    Hi Jaime,
    Thank for the suggestion. I forgot to mention that the month column is only showing one month. There is a filter on the month dimension, so that only one month is shown.
    I tried using the In Report context, but it gave me wrong results... It seems like it included all months.. I also tried using the noFilter function, but it also gave me wrong results.
    Best regards,
    Morten

  • Webii report variable creation

    I have a report requirement that i need to create.
    The report requirement have to do with creating YTD and MTD booking values for the current Financial year and the previous one.
    The problem is that at the universe level, aggregation was done at MTD level and not YTD. Hence, i need to calculate the YTD within the report.
    I came up with different formula to do calculate the YTD within the report.
    =([Total Booking Value in USD](Previous([Total Booking Value in USD];1))(Previous([Total Booking Value in USD];2))(Previous([Total Booking Value in USD];3))(Previous([Total Booking Value in USD];4))(Previous([Total Booking Value in USD];5))(Previous([Total Booking Value in USD];6))(Previous([Total Booking Value in USD];7))(Previous([Total Booking Value in USD];)(Previous([Total Booking Value in USD];9))(Previous([Total Booking Value in USD];10))+(Previous([Total Booking Value in USD];11)))
    But the issue is that when a drill filter is introduce and the report is filter at month level eg February is selected, the YTD values display a wrong result (it actually display the MTD values for February instead of a displaying the sum of MTD from October to January as the YTD)
    I use the IF function and the NoFilter function but both of theses did not work
    Please, i need help so that when a drill filter is apply, the YTD values will not be affected withing the report

    Hello,
    I would suggest you have the aggregation in the universe also done at the YTD level in filters or objects where possible. Then you should be able to just use those objects/filters where needed for YTD.
    Thanks

  • Relative value in Crosstab in Business Objects WebI

    Hi All,
    I have an Cross tab report where I need to compare between Current Year data and Previous Year data. My table structure is like below:
           2012 2013 CY vs PY
    US 100 150 
    UK 250 230 
    AUS 140 150 
    Now, whenever I am trying to calculate Previous Year value through relative value function I am getting #computation error.
    My formula =RelativeValue([measure];([Year]);-1)
    Year is the dimension used horizontally in above crosstab.
    Can you please suggest what I am missing here. Please provide your solution with Relative Value () only as this is only a prototype we are working on and Relative Value() is going to be required in large scale for the project.
    Thanks in advance.

    Have you tried using the NoFilter function?
    For example:
    =NoFilter(Sum(RelativeValue([measure] ;([year] );-1))  ;All )

  • Show the top n products

    hello:
         i have ten products, now i have calculated the percentage of the ten products, i want to show the top three products percetage,and the other seven is proposed to be showed as 'others' in total.
    for example:
           company code            percetage
                A  company                              20%
                B  company                              20%
                C  company                              30%
                D  company                              10%
                E  company                              10%          
                F  company                              10%
    i want to show the top three,and the other is prosposed to be showed as 'others' in total.
           company code            percetage
                A   company                             20%
                B   company                             20%
                C   company                             30%
             others                           30%
    wating for your help.
    thanks
    micheal
    Edited by: zhangshi1986001 on Jun 24, 2009 6:38 AM
    Edited by: zhangshi1986001 on Jun 24, 2009 6:44 AM

    Did you try Rank() ...
    To get top use Rank() function ...
    To get others use NoFilter() function...
    Thank You...!!

  • Report Filtering

    Hi,
    I am using CR 2008.  I have a crosstab where I need to show sales for Current & Prior year for Current Week(CW) through 4 previous weeks.  I also need a Rolling average of Sales for 8 Previous Weeks from CW.  I need to place this field right next to the Crosstab in the same Group.
    Ideally I want to have just one query and get all 8 weeksu2019 data back.  I can use record select expert to restrict the data shown in crosstab to only 4 weeks.  But while calculating the Rolling 8 week average I am not able to ignore this filter.  Is there a way to apply the filter specific to the Cross tab or someway to ignore the record selection criteria for the Rolling 8 week Avg field.  (Like the Nofilter() function in WebI.)
    Thanks in advance.

    you can build a subreport for the 8 week average which is handled as a seperate report.
    it will be tough placing anything next to a cross tab due to the way it previews.
    you may want to create a regular report and border it.

  • Fax function of HP LaserJet Enterprise 500 Color MFP M575

    Hi,
    I am one of users of HP LaserJet Enterprise 500 Color MFP M575​.
    I would like to know can I set the printer do not print my fax number and fax header on paper when I fax my document to others.
    I had login as admin but I did not see where I can config it.
    Thank you.
    Regards,
    Jimmy Pun

    There is no change to this problem after 6 months since the last post. Put simply, and as stated in the previous posts, there is no way to scan a document and receive the image on your PC. If you are working with graphics for any length of time or want to create an image for inclusion as an image in a document or web page using this piece of equipment will not allow you to do so.
    Great shame as every other function works well - it cannot be beyond the wit of HP to include a Windows application that enables you to scan an image, receive it in the software you are using at the time (e.g. Outlook, Word, Photoshop...) and use it in your work.
    HP Printers several years older than this £1000+ Enterprise printer were able to do this simple job and have done so for a great many years. Just being able to use Microsoft's Fax and Scan would be start.

  • Logical Operations in SQL decode function ?

    Hi,
    Is it possible to do Logical Operations in SQL decode function
    like
    '>'
    '<'
    '>='
    '<='
    '<>'
    not in
    in
    not null
    is null
    eg...
    select col1 ,order_by,decode ( col1 , > 10 , 0 , 1)
    from tab;
    select col1 ,order_by,decode ( col1 , <> 10 , 0 , 1)
    from tab;
    select col1 ,order_by,decode ( col1 , not in (10,11,12) , 0 , 1)
    from tab;
    select col1 ,order_by,decode ( col1 ,is null , 0 , 1)
    from tab;
    Regards,
    infan
    Edited by: user780731 on Apr 30, 2009 12:07 AM
    Edited by: user780731 on Apr 30, 2009 12:07 AM
    Edited by: user780731 on Apr 30, 2009 12:08 AM
    Edited by: user780731 on Apr 30, 2009 12:08 AM
    Edited by: user780731 on Apr 30, 2009 12:09 AM

    example:
    select col1 ,order_by,case when col1 > 10 then 0 else 1 end
    from tab;
    select col1 ,order_by,case when col1 &lt;&gt; 10 then 0 else 1 end
    from tab;
    select col1 ,order_by,case when col1 not in (10,11,12) then 0 else 1 end
    from tab;As for testing for null, decode handles that by default anyway so you can have decode or case easily..
    select col1 ,order_by,decode (col1, null , 0 , 1)
    from tab;
    select col1 ,order_by,case when col1 is null then 0 else 1 end
    from tab;

  • If statement in CE function

    Hi,
    When we use IF in calculation view with CE function the SQL engine is used.
    When we remove the "IF" the  CE engine is used.
    Is there any alternative for if or case in CE functions?
    Thanks,
    Amir

    Is it possible to use CE_CALC for this functionality?
    We are trying to use it inside projection:
    res_bal = CE_PROJECTION (:bal,[ "BUDAT", "RYEAR" ,  "Bal_Date" AS "BALANCE_DATE",   "RTCUR" ,"MAX_ZGROUP"],'"BALANCE_DATE" == 20140101');
    works but:
    res_bal = CE_PROJECTION (:bal,[ "BUDAT", "RYEAR" ,  "Bal_Date" AS "BALANCE_DATE",   "RTCUR" ,"MAX_ZGROUP"], '"BALANCE_DATE" == CE_CALC( 'if(''20140101'' == ''19000101'', ''19000101'', ''20140101'')');
    Doesn't work.
    Thanks,
    Amir

  • IPhone 5s Voice memo to mp3. Now music on iPhone. Won't play from search function.

    I record my band rehearsals using the voice memo on my iPhone 5s. Then I sync to iTunes and convert file to mp3. When i sync back to my iPhone it appears in my music. So far, so good. When I use the search function in music it finds the file but won't play from tapping. I must troll through all my music songs (currently 2227 of them) to find it and then play it. Is it something to do with it still being under the genre "voice memos" or what ?  Anybody help please.  Thanks

    iWeb is an application to create webpages with.
    It used to be part of the iLife suite of applications.
    iWeb has no knowledge of the internal speaker on your iPhone.
    You may want to ask in the right forum.

  • HP AiO Remote app will not recognize scan and copy function of HP Envy 120

    Good morning! HP AiO Remote App is installed on my iPad4 and in the same WiFi network with my HP Envy 120 printer. The printer is recognized by the app and marked with a green led. When I tap on scan or copy in the app menu, it tells me that these functions were available in the app only for printers which provide these features. But HP Envy 120 has both scanner and copier. And last time it worked. Some idea what could have happened here? Thanks. UJ

    Replied on: http://h30434.www3.hp.com/t5/ePrint-Print-Apps-Mobile-Printing-and-ePrintCenter/HP-AiO-Remote-will-n...
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • HP AiO Remote will not recognize scan and copy function of HP Envy 120 printer

    Good morning! HP AiO Remote App is installed on my iPad4 and in the same WiFi network with my HP Envy 120 printer. The printer is recognized by the app and marked with a green led. When I tap on scan or copy in the app menu, it tells me that these functions were available in the app only for printers which provide these features. But HP Envy 120 has both scanner and copier. And last time it worked. Some idea what could have happened here? Thanks. UJ

    Hi UJKarl, welcome to the HP Forums. You should be able to scan from the HP AIO Remote App on your Envy 120 printer. You probably just need to power cycle the printer, iPad and router to regain proper function.
    Turn off your printer with the power button. Power down the iPad by holding the sleep button down until you get the option to 'slide to power off'. Then disconnect the power cord to your router and count to about 10, and then plug it back in. Once the router comes back online, turn the printer on. When the printer comes back online (blue wi-fi light stops blinking), then power the iPad back up. Try again, and it should work.
    Let me know how it turns out.
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • 7515 ios 8 scanning doesn't function using document feeder

    My AiO remote updated on my iPad today and i have issues scanning from the scanner. The printer and tablet functions properly when scanning using the glass however when using the document feeder, AiO remote scans the sheets then before saving it says there is a problem with the scanner, check the scanner. not sure why it works with the glass and NOT with the feeder.

    I am having the exact same problem. I will add that scanning from the document feeder to my Mac Book works fine. The problem with the document feeder is only whenn atttempting to use the AiO software on my iPad.

  • I want to implement thems functionality in  my swing application

    Hi All...
    I want to implement the themes object in my swing application,How ,where to start and move that functionality,If anybody use this functionality in your program experience can u share with me.
    Than to Advance
    ARjun...

    Hi Kuldeep Chitrakar
    I can do that in web intelligence. dont want that
    I am replicating some of the sample report of SQL Servers in BusinessObjects XI R3.1.
    One of the SQL Sever's report is of product catalogue type that gives complete information like name, category, description along with the products image etc... for each of the products.
    I am trying to replicate the above said SQL Server report in Business objects XI R3.1. I am facing problem in bringing the image in to my BO report. The image resides in a table and its datatype is of varbinary(max). I don't know the exact matching while creating an object in the uiverse designer.
    Here is the url link http://errorsbusinessobjectsxir3.blogspot.com/2010/10/business-objects-image-errors.html
    Regards
    Prasad

Maybe you are looking for

  • Please Help...I am lost!

    Ok, this kinda started recently, lets start from what I believe is the begining. I use Windows XP (which I hate anyways and am stuck with for the time being), and I had a project for a class and thought I could hook my iPod up to the schools eMac and

  • Plug Ins for logic 8

    hi guys..i got a question..i am currently running lp7.2 but am about to upgrade..i got lots of virtual instrument plug ins that work on 10.4.4...my question is when i upgrade into leopard and lp 8..will these instruments work?..and the second questio

  • Need Assistance: iTunes Store now shown in Japanese?!

    I just updated iTunes to v7.0.2 and everything displayed in the iTunes window is in Japanese. Is there a patch to correct this error? If not, how can I restore/re-install iTunes to the previoss version without losing my music/video library?

  • Do I have to buy OS X server to run Yosemite? What happens if I do buy it and what happens if I don't?

    My Macbook Pro -upgraded to 1TB-after HD crashed- (mid 2009) with Time Capsule 1TB backup. My Mac is just not running well with Yosemite, it seems to have really slowed it down. I don't know if it's worth buying OS X Server, in fact I just became awa

  • Why can't I move the "name" column??

    This is a question that has been bothering me for a very long time. Why can't I move the "Name" column in the library (or playlist) view away from it's left position? It seems to be locked into place. I can move and arrange artist, album, time, bitra