Filters for RRI reports in bookmark

Hi,
    i had executed the receiver report from the source report with the filter values and the receiver report is showing correct data.in the receiver report i had changed the filter values and saved receiver report as an bookmark ,but when i open this bookmark we are getting the initial filter values which we had given while executing from the source report.
we want to see the filter values which we have given in the receiver report and bookmarked the report afterwords.,
please suggest.

Hi,
You can create prompt like below.
1. Go to Group column Edit formula copy the below statement.
case when 1=5 then transaction_type else 'A' end
2. Go to show option and select SQL Results paste it below statement.
SELECT case when 1=5 then Your column name else 'A' end FROM "your subject area" Union All SELECT case when 1=5 then your column name else 'B' end FROM your subject area Union All SELECT case when 1=5 then your column name else 'C' end FROM "your subject area"
3 select set variable --> Presentation variable --> give me any name.
4. Save it this prompt
5. Go to your report apply this column in as filter with presentation variable.
Output like this.
If you select A then it will give A related data,
If your select B then it will give B related data,
If you select C Then it will give C related data.
I am not sure this is what your looking so far.
Award Points it is useful.
Thanks
satya

Similar Messages

  • Clear Filters for each report separately

    Hi Experts,
    In our Dashboard page has 5 different table view report with a Filter and clear filters option, when I click the clear filter option it affect all the (5) reports.
    1. But I want to clear filter for each reports separately, is it possible means pls tell me how to fix this issue.
    2. Then we want display Grand total at the top of the Table view report ie First Grant total fo the table and then Table report (Usually table view report has Grant total in bottom of that report)
    Thanks in advance
    Balaa...

    hi,
    for 2) Create one more column and say sum(meausre cloumn) and hide that column and then in narrative view represents that cloumn As @column
    hope this helps.

  • How to apply filters for union all report in OBIEE 11g

    Hi All
    Can we apply saved filters to union reports in obiee 11g?
    I am able to apply saved filters for normal reports but not for union reports.
    The catalog pane is blank, when i click on result columns or each criteria.
    The only option i see is to manually create the filters for each criteria, dont i have any choice to use a saved filter for union report?
    Is this a bug or something i am unaware. Please guide me
    Thanks

    Hi manu,
    Filter is created based on subject area.we can't use save filter in any other subject areas.
    now we can use new filter for union reports.
    if Helps please mark as correct.. :)

  • Can we apply saved filters to union reports in obiee 11g?

    Hi All
    Can we apply saved filters to union reports in obiee 11g?
    I am able to apply saved filters for normal reports but not for union reports.
    The catalog pane is blank, when i click on result columns or each criteria.
    The only option i see is to manually create the filters for each criteria, dont i have any choice to use a saved filter for union report?
    Is this a bug or something i am unaware of , Please guide me.
    Regards
    Pranati

    I get the same issue. I thought that it's a problem in a security - the catalog pane is clear in a union report. But saved filters work in 11g. I migrated catalog from 10g to 11g and I see saved filters in the conditions. But you may add saved filters directly into xml. Go on Tab Advanced and edit Analysis XML. You have to add code like this
    <sawx:expr xsi:type="sawx:savedFilter" path="/shared/FOLDER/_filters/FOLDER/FILTER_NAME" name="FILTER_NAME"/> in a right place.

  • Multiple line selection for RRI  in WAD

    Is it possible to select multiple lines from 1 query and do a RRI to the receiver query. Eg : Select multiple POs and then go to PO details query which shows PO details of multiple POs in WAD and both the results shown in the same web report?
    I tried the below solution, but all I get is the display of the entire Master data dump and not the filtered values. Any suggestion?????
    Rao  
    Posts: 135
    Registered: 6/24/04
    Forum Points: 8 
       Re: Multiple line selection for RRI   
    Posted: Feb 4, 2008 2:22 PM    in response to: LAKSHMI HARINDRAN           Reply 
    Yes. You can do this. You create web template with ANALYSIS web item. In the item parameters of ANALYSIS web item, you can set a property, single line or multiple for the runtime selection. Once you do this, you create a button option or context selection menu option to jump target. In the button (RRI button) in the command sequence, the first command should be SET_SELECTION_STATE_BY_BINDING and then, the RRI command to jump to the target. Hope it will help.
    Venny.

    Hi, Do you have any solution on this. please suggest. Thanks

  • Can somebody give some real time questions for alv report

    hi guru
    can somebody give some real time questions for alv report.
    answers also.
    regards
    subhasis.

    hi,
    The ALV is a set of function modules and classes and their methods which are added to program code. Developers can use the functionality of the ALV in creating new reports,  saving time which might otherwise have been spent on report enhancement
    The common features of report are column    alignment, sorting, filtering, subtotals, totals etc. <b>To implement these, a lot of coding and logic is to be put. To avoid that we can use a concept called ABAP List Viewer (ALV).</b>
    Using ALV, we can have three types of reports:
       1. Simple Report
       2. Block Report
       3. Hierarchical Sequential Report
    <b>Reward useful points</b>
    Siva

  • How to get total,maximum,mimumum no. of cases for this report

    Description:     Reason For Contact For Customer - This report will provide the total number of cases created for a particular Reason For Contact for a particular Customer with a valid Business Code. This report will also provide the Maximum, Minimum and Average number of cases created for a particular Reason For Contact for that particular type of Customer. This report will take From Date, To Date, Agent Group and Business Code as inputs and generates the report on the screen. All the input criteria will be mandatory.
    See the attachment for the Report.
    NOTE :1) FOR TOTAL,WE HAVE COUNT NUMBER OF CASES CREATED for a particular Reason For Contact for a particular Customer with a valid Business Code
      2) FOR Maximum, Minimum and Average CONSIDER number of cases created for a particular Reason For Contact for that particular type of Customer.
       For this report,I am using 5 tables. In the table ScaseParty  i have C_Bus_Code,C_cust_type coulumns are there.
      I am taking Input Criteria For Business code(ie c_bus_code).suppose business code is 'F0106',I have to get how many cases(means records) are there for a particular Reason For Contact for that Business Code.I AM GETTING THE TOTAL BUT
    for getting maximum,minimum,average , i have to check the C_cust_type For that Business code ,after that I have to take all the business codes for that C_Cust_Type and with in the business codes ,i have to take the maximum number of cases which business code have for that particular Reason for contact For that particular customer type.
    Eg: Reason for contact  Businesscode   customer type   
         Delivery Timing     0306            1        
         Delivery Timing     0306            1
         Delivery Timing     0310            1
         Delivery Timing     0310            1
         Delivery Timing     0310            1  
         Delivery Timing     0310            1  
       In this way i want the result
        Maximum =4 since, for reason for contact(delivery timing) for that customer type(customer type =1),the maximum no. of cases are 4 bcz, business code = 0310 comes 4 times.
    Minimum =2 bcz, business code = 0306 comes 2 times.
       The Problems i am facing
    1)  Since i have taken the input criteria Business code = 'f0106' ,the data filters in the where condition and the getting the number of cases exist for that business code(f0106) for that Contact of Reason data only.But i have to take all the business code exists for that Particular type of customer for that Particular reason for contact for getting the max,min,avg.
      I can't handle max,min,avg in one report since it checks total cases for that Business code only.
      SO,I THINK I HAVE TO INVOKE A SUBREPORT PASSING THE C_CUST_TYPE,iSN'T IT????
    2) iF I TAKE THESE THINGS IN SUB REPORT,HOW CAN I find out the maximum number of case with in the business codes for reason for contact for that particular customer type.
      CONSIDER THE ABOVE EXAMPLES, I AM GETTING 3 CASES FOR CODE = 0306 N 2 RECORDS FOR CODE= 0310 ,hOW CAN I GET mAXIMUM cASES ie 3  BY COMPARING THESE TWO CODES FOR THE DELIVERY TIMING  .  IS THERE ANY FUNCTION??????
    In which way i have to handle this report.
      Regards,
      Vijay
      mail : [email protected]

    Hi Vijay,
    The most efficient way to acheive what you want will be to create a stored procedure or command object in which you have a subquery that calculate your maximum, minimum and average values.
    If you are looking at a solution within Crystal Reports without having to write a SQL Query, then as you said, you can use a subreport that will returns the cases created for a particular Reason For Contact for that particular type of Customer.
    ( You will need to link the subreport to filter the data down )
    Then you can calculate the minimum values in the subreport by using the Minimum function and manually counting the values in a variable, the formula will look like:
    WhilePrintingRecords;
    Shared NumberVar MyMinimum;
    If Minimum({Business Code}) = {Business Code} Then
       MyMinimum := MyMinimum + 1;
    Insert the formula in the details section of the subreport.
    This will count the number of time the minimum Business Code appears in the subreport.
    You can create a similar formula for the maximum values by using the Maximum function.
    As for the average, you can create a summary that counts the number of of Business Code, divided by the distinct count of Business Code, so it will give you the average. The formula will look like:
    WhilePrintingRecords;
    Shared NumberVar MyAverage;
    MyAverage :=
    ( If DistinctCount({Business Code}) <> 0 Then
         Count({Business Code}) / DistinctCount({Business Code}))
    Then you can display the above shared variables on your main report.
    Hope this help!
    Regards,
    Patrick

  • OBIEE filter/criteria limit for AND/OR operations for a report

    Hi
    We have a report that has around twenty "OR" criterias and ten "AND" criterias. All the filters are logically correct but report is returning invalid data. However if we reduce some filters then report works fine.
    Any ideas of increasing filters limit for a report or reason of the issue.
    Umer

    Thanks Chaknor,
    The report i created would not result any error code/msg.
    The only reason i put question here is:
    My report has around 50 predicates and is returning data without any respect of the predicates i have applied. However if i reduce some predicates (says reduce them to 20) then my report results correct data.
    For the time i tried a work around and created two reports using half of the predicates in one and half in two. but i need everything in one single report.
    The most important thing is that when i execute report with 50 predicates, the query i get in NQquery log omits many predicates.
    Following is what i get in NQquery log
    After removing half of the filters from the report the where clause from the log is given below;
    WHERE ( t120650.patient_seq_num = t120867.patient_seq_num
    AND t120585.location_seq_num = t120738.location_seq_num
    AND t120585.visit_seq_num = t120650.visit_seq_num
    AND t120585.provider_seq_num = t120767.provider_seq_num
    AND t120650.procedure_seq_num = t121446.procedure_seq_num
    AND t120738.practice = 'MSP'
    AND t120800.plan_category = 'CORNEL IPA'
    AND CASE
    WHEN t120650.charge_seq_num = t120650.parent_seq_num
    THEN 'NO'
    ELSE 'YES'
    END = 'NO'
    AND t120767.provider <> 'SANDH,OLD'
    AND t120767.provider <> 'GRANSR,OLD'
    AND t120767.provider <> 'GRANATO,SR'
    AND t120767.provider <> 'SANDHAUS,J'
    AND t120767.provider <> 'AARONS,OLD'
    AND t120767.provider <> 'DYBNER,OLD'
    AND t120767.provider <> 'GRANJR,OLD'
    AND t120767.provider <> 'AAR-DYBNER'
    AND t120767.provider <> 'SUBIETAS,A'
    AND t120767.provider <> 'TILLEM,OLD'
    AND t120767.provider <> 'WEBER,OLD'
    AND t120767.provider <> 'WOLGEL,C'
    AND (t120800.insurance IN
    ('ACSHEALTHN', 'AETNA', 'CIGNA', 'HIPNY', 'NYBCEMP')
    AND ( t120800.insurance IN ('AETNA', 'HIPNY')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    AND ( t120800.insurance IN ('HIPNY')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    AND ( t120767.provider IN
    ('AARONSON', 'DYBNER,R', 'GRANATO,JR', 'TILLEM,S',
    'WEBER,M')
    OR t120800.insurance IN ('AETNA')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    AND ( t120800.insurance IN
    ('ACSHEALTHN', 'CIGNA', 'HIPNY', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    AND ( t120767.provider IN
    ('AARONSON', 'DYBNER,R', 'GRANATO,JR', 'TILLEM,S',
    'WEBER,M')
    OR t120800.insurance IN
    ('ACSHEALTHN', 'AETNA', 'CIGNA', 'NYBCEMP')
    AND ( t120767.provider IN
    ('AARONSON', 'DYBNER,R', 'GRANATO,JR', 'TILLEM,S',
    'WEBER,M')
    OR t120800.insurance IN ('ACSHEALTHN', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    AND ( t120767.provider IN
    ('DYBNER,R', 'GRANATO,JR', 'TILLEM,S', 'WEBER,M')
    OR t120800.insurance IN
    ('ACSHEALTHN', 'AETNA', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    AND ( t120767.provider IN
    ('DYBNER,R', 'GRANATO,JR', 'TILLEM,S', 'WEBER,M')
    OR t120800.insurance IN ('ACSHEALTHN', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    AND ( t120767.provider IN ('AARONSON', 'DYBNER,R')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN
    ('AARONSON', 'DYBNER,R', 'GRANATO,JR', 'TILLEM,S',
    'WEBER,M')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    AND ( t120767.provider IN ('DYBNER,R')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN
    ('DYBNER,R', 'GRANATO,JR', 'TILLEM,S', 'WEBER,M')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    AND ( t120767.provider IN ('AARONSON')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN ('GRANATO,JR', 'TILLEM,S', 'WEBER,M')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    AND ( t120767.provider IN
    ('AARONSON', 'GRANATO,JR', 'TILLEM,S', 'WEBER,M')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    AND ( t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN ('AARONSON')
    OR t120800.insurance IN ('AETNA')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120800.insurance IN
    ('ACSHEALTHN', 'AETNA', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN ('AARONSON')
    OR t120800.insurance IN ('ACSHEALTHN', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120800.insurance IN ('ACSHEALTHN', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN ('DYBNER,R')
    OR t120800.insurance IN ('AETNA')
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120800.insurance IN ('AETNA')
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN ('DYBNER,R')
    OR t120800.insurance IN
    ('ACSHEALTHN', 'AETNA', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN ('AARONSON', 'DYBNER,R')
    OR t120800.insurance IN ('AETNA')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN ('AARONSON')
    OR t120800.insurance IN
    ('ACSHEALTHN', 'AETNA', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN ('AARONSON', 'DYBNER,R')
    OR t120800.insurance IN ('ACSHEALTHN', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN ('DYBNER,R')
    OR t120800.insurance IN ('ACSHEALTHN', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN
    ('DYBNER,R', 'GRANATO,JR', 'TILLEM,S', 'WEBER,M')
    OR t120800.insurance IN ('AETNA')
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    AND ( t120767.provider IN
    ('AARONSON', 'GRANATO,JR', 'TILLEM,S', 'WEBER,M')
    OR t120800.insurance IN ('ACSHEALTHN', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    AND ( t120767.provider IN
    ('AARONSON', 'GRANATO,JR', 'TILLEM,S', 'WEBER,M')
    OR t120800.insurance IN
    ('ACSHEALTHN', 'AETNA', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    AND ( t120767.provider IN ('GRANATO,JR', 'TILLEM,S', 'WEBER,M')
    OR t120800.insurance IN
    ('ACSHEALTHN', 'AETNA', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    AND ( t120767.provider IN
    ('AARONSON', 'GRANATO,JR', 'TILLEM,S', 'WEBER,M')
    OR t120800.insurance IN ('AETNA')
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    AND ( t120767.provider IN ('GRANATO,JR', 'TILLEM,S', 'WEBER,M')
    OR t120800.insurance IN ('ACSHEALTHN', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-08-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    AND ( t120767.provider IN ('AARONSON', 'DYBNER,R')
    OR t120800.insurance IN
    ('ACSHEALTHN', 'AETNA', 'CIGNA', 'NYBCEMP')
    OR t120585.visit_date >= TIMESTAMP '2011-01-01 00:00:00'
    AND ( t120767.provider IN ('GRANATO,JR', 'TILLEM,S', 'WEBER,M')
    OR t120800.insurance IN ('AETNA')
    OR t120585.visit_date >= TIMESTAMP '2010-04-01 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-04-20 00:00:00'
    OR t120585.visit_date >= TIMESTAMP '2010-10-01 00:00:00'
    AND t120767.provider <> 'WOLGEL,OLD'
    However when we increase the filters the where clause is truncated to;
    WHERE ( t120650.patient_seq_num = t120867.patient_seq_num
    AND t120585.location_seq_num = t120738.location_seq_num
    AND t120585.visit_seq_num = t120650.visit_seq_num
    AND t120585.provider_seq_num = t120767.provider_seq_num
    AND t120650.procedure_seq_num = t121446.procedure_seq_num
    AND t120738.practice = 'MSP'
    AND t120800.plan_category = 'CORNEL IPA'
    AND CASE
    WHEN t120650.charge_seq_num = t120650.parent_seq_num
    THEN 'NO'
    ELSE 'YES'
    END = 'NO'
    AND t120767.provider <> 'SANDH,OLD'
    AND t120767.provider <> 'GRANSR,OLD'
    AND t120767.provider <> 'GRANATO,SR'
    AND t120767.provider <> 'SANDHAUS,J'
    AND t120767.provider <> 'AARONS,OLD'
    AND t120767.provider <> 'DYBNER,OLD'
    AND t120767.provider <> 'GRANJR,OLD'
    AND t120767.provider <> 'AAR-DYBNER'
    AND t120767.provider <> 'SUBIETAS,A'
    AND t120767.provider <> 'TILLEM,OLD'
    AND t120767.provider <> 'WEBER,OLD'
    AND t120767.provider <> 'WOLGEL,C'
    Need help !

  • How to use linked filters in webi reports.

    Hii.. all
    I want to know how can i  use related or linked filters in webi reports.
    that means if i am using three diff filters as f1 for Zone f2 for location and f3 for sales office
    then if have selected a zone from the zone  filter (for ex west) then the location filter should show only the locations which comes under that zone and the third filter should show only those sales offices which comes under the selected location from the filter..
    Plz help..
    thanks

    hi Neeraj,
    1. In Universe Take Storename, city, State, region, Country objects
    2. Double click on Storename, go to properties tab and click on edit button. Query panel will open.
    3. Double click on city and click on sort button, double click on state and sort it, double click on region and sort it, double click on Country and sort it.
    4. If you want to keep any condition like particular country, you can drag country object in to the Conditions pane.  If not leave it empty.
    5.Click on Save and close button. Save the universe and export it.
    6. In webI drag and drop the Storename object and click on 'Add Quick Filter' button.  Now all the columns you included in the list of values appear in the Add Quick Filter dialog box.
    Now You can select the values from here and run the query.  you will get the result.
    One more way is there using cascading LOVs
    1. Go to Tools menu > List of values > Create Cascading list of values.
    2. Double click on Country, Region, State, City and Storename.  Close it.
    3. Save and export the universe.
    4. In webi drag and drop the objects in result objects pane, apply query filter and run the query.
    Now you will get the result.

  • Execution time for web reports

    Hello every one,
    How to calculate execution time for web reports, for query execution we will go through RSRT, by giving query name and press execute + Debug button then select statistical data & Do not Cache buttons then press enter, after getting output press on back button, we will get duration of the query.....
    But my question is , can we calculate execution time for webreport, if so can you please guide me.
    and can you also tell me , if there is any RRI for one report, how to calculate execution time for these queries.
    Ex : Query ABC have XYZ as its drilldown report , i need to calculate execution time for XYZ report via ABC report.
    Thanks in advance,
    Best Regards.
    NP.

    Hi,
    For reports executed in java web you can add the parameter &PROFILING=X
    to the URL in order to record the execution time. Please have a look at SAP note 1048691 for further information.
    Best regards,
    Janine

  • Prevent dashboard prompt from filtering a particular report on page?

    I have a dashboard page with 1 prompt and 5 reports. The first object on the dashboard page is a dashboard prompt with a date range for created date.
    The request is to filter the first 4 reports based on the dashboard prompt, and then the last report NOT be filtered based on the prompt.
    Right now - the date range entered in the dashboard prompt is filtering all 5 reports.
    Is there any way to prevent the prompt from filtering a particular report on the dashboard page?
    Thanks!

    Just wanted to provide an update as to what I learned from the SR I opened.
    Dashboard prompts apply to all reports on the page which either:
    * Have the "is prompted" filter selected
    - OR -
    * Are filtered in any other way
    In my case, my last report was filtered on the created date to exclude any data prior to July 1, 2010. Because this hardcoded filter was applied, then the report automatically was picking up the date range filter from the dashboard prompt and applying that date range to the report instead.
    The workaround was to create a new column on the report formatting the date as YYYYMM and applying a filter to the report as >= 201007. With this, the dashboard prompt is now not applied to filter this report.

  • Dynamics CRM usage of CRMAF_ filters in sub reports

    Have a main SSRS report which uses CRM pre filtering via the "CRMAF_" prefix, this report calls a sub report which needs to use the same pre filtering as selected and applied via the main report.
    The sub report is a summary total presenting the information in a different order than the main report but needs to run over the same dataset that the main report did.
    Would like to see a worked example of how this can be achieved ? 

    I'm thinking I may just have to go with two seperate reports that both use the same CRMAF pre filtering.
    The advantage of using the automatic pre-filtering is when the report is deployed I assign the related record type and can then run it over 'selected records' from the list screen.
    With the explicit pre-filtering when the report is deployed I can assign the related record type but then it can only be run over 'all records' from the list screen.
    So with explicit pre filtering I loose the ability to run the report over a selected subset of the related records.
    Looks easier to create two seperate reports (rather than a main and a subreport), the user can choose the records to report on from the related list and then just run the two reports after each other.
    Thanks for your help guys.
    Jon Rowbotham

  • Testcases for BI reports.

    Hi,
    I need some inputs on writing testcases for the BI reports. what are the functional, technical and data validation aspects to be considered for preparing testcases for a report.  Kindly help me.
    regards,
    Kavya

    Hi
    Functional Validations
    1) Create some records in source system (R/3 or CRM)
    2) Load data into BW system
    3) Execute the Reports and Drill Down each field in report and compare with the source system data
    Report Validations
    1) Graphical Display
    2) Information Broadcasting
    3) Create Views,Book Marks and Documents and save.reopen queries and validate the saved views and bookmarks
    4) Remove Fileds from drill down and check whether the result rows are stll same.
    Regards and Thanks
    Suganya

  • RRI Reports - Tables

    Hi all,
    I have a list of queries and Web templates. I want to know if there are any RRI Reports built on these queries. Is there any table from which I can fetch this information??
    For e.g.
    I have one XYZ query.
    i need to find if there any RRI report on this XYZ report and if exist then i want to know the settings.
    Looking for a quick reply..
    Thanks in advance.

    Hi,
    Check in SE11 in BI with RSZ* tables.
    Some useful tables for reports
    RSZELTDIR Directory of the reporting component elements
    RSZELTTXT Texts of reporting component elements
    RSZELTXREF Directory of query element references
    RSRREPDIR Directory of all reports (Query GENUNIID)
    RSZCOMPDIR Directory of reporting components
    RSZRANGE Selection specification for an element
    RSZSELECT Selection properties of an element
    RSZELTDIR Directory of the reporting component elements
    RSZCOMPIC Assignment reuseable component <-> InfoCube
    RSZELTPRIO Priorities with element collisions
    RSZELTPROP Element properties (settings)
    RSZELTATTR Attribute selection per dimension element
    RSZCALC Definition of a formula element
    RSZCEL Query Designer: Directory of Cells
    RSZGLOBV Global Variables in Reporting
    Thanks
    Reddy

  • Better user experience for slow reports (loading in background, progressbar

    Hi
    In our application, some reports take a long time till they are displayed. Therefore it would be nice, if i could provide the user with some feedback (example: progressbar). Is it possible to have this? Upon print, when a pdf file is being constructed (in web) we already have such functionality in place, is it possible to have it generally?
    Mayb,e it would also be possible to have the report load the first page quickly, so the user has already something to look at, and load all the other needed data in a background thread. (i dont think it is possible, however, somebody may have an idea)
    Does anybody have an idea how we could achieve a better user experience for our reports. Any help is appreciated. Thanks.
    Greetings
    I am using:
    Crystal Reports 2008 (in Asp.net, Windows Forms)
    Version .NET 3.5 (SP1)
    PS: of course a very fast report would be the finest solution. However, i guess this will not be possible with our reports and the volume of data they access

    Hi Daniel,
    Crystal Report 2008 we have a inbuilt functionality of progress bar .If you are not getting progress bar for every report that means those reports are not taking to much time.
    For more info regarding progressbar  this check this link:
    [https://boc.sdn.sap.com/node/8035]
    Look for processingIndicatorDelay and processingIndicatorText.
    If you want to improve performance of report then we need to keep in mind few thing while creating report in Crystal report designer:
    Here are a few points related to performance issue .
    The performance of a report is related to:
    External factors:
    1. The amount of time the database server takes to process the SQL query.
    ( Crystal Reports send the SQL query to the database, the database process it, and returns the data set to Crystal Reports. )
    2. Network traffics.
    3. Local computer processor speed.
    ( When Crystal Reports receives the data set, it generates a temp file to further filter the data when necessary, as well as to group, sort, process formulas, ... )
    4. The number of records returned
    ( If a SQL query returns a large number of records, it will take longer to format and display than if was returning a smaller data set.)
    Report design:
    1. Where is the Record Selection evaluated?
    Ensure your Record Selection Formula can be translated in SQL, so the data can be filter down on the server, otherwise the filtering will be done in a temp file on the local machine which will be much slower.
    They have many functions that cannot be translated in SQL because they may not have a standard SQL for it.
    For example, control structure like IF THEN ELSE cannot be translated into SQL. It will always be evaluated
    in Crystal Reports. But if you use an IF THEN ELSE on a parameter, it will convert the result of the condition to
    SQL, but as soon as uses database fileds in the conditions it will not be translated in SQL.
    2. How many subreports the report contains and in section section they are located.
    Minimise the number of subreports used, or avoid using subreports if possible because
    subreports are reports within a report, and if you have a subreport in a details section, and the report returns 100
    records, the subreport will be evaluated 100 times, so it will query the database 100 times. It is often the biggest
    factor why a report takes a long time to preview.
    3. How many records will be returned to the report.
    Large number of records will slow down the preview of the reports. Ensure you only returns the necessary data on the report, by creating a Record Selection Formula, or basing your report off a Stored Procedure, or a Command Object that only returns the desired data set.
    4. Do you use the special field "Page N of M", or "TotalPageCount"
    When the special field "Page N of M" or "TotalPageCount" is used on a report, it will have to generate each page
    of the report before it displays the first page, therfore it will take more time to display the first page of the report.
    If you want to improve the speed of a report, remove the special field "Page N of M" or "Total Page Count" or formula that uses the function "TotalPageCount". If those aren't use when you view a report it only format the page requested. It won't format the whole report.
    5. Link tables on indexed fields whenever possible.
    6. Remove unused tables, unused formulas, unused running totals from the report.
    7. Suppress unnecessary sections.
    8. For summaries, use conditional formulas instead of running totals when possible.
    9. Whenever possible, limit records through selection, not suppression.
    10. Use SQL expressions to convert fields to be used in record selection instead of using formula functions.
    For example, if you need to concatenate 2 fields together, instead of doing it in a formula, you can create a SQL Expression Field. It will concatenate the fields on the database server, instead of doing in Crystal Reports.
    SQL Expression Fields are added to the SELECT clause of the SQL Query send to the database.
    11. Using one command as the datasource can be faster if you returns only the desired data set. It can be faster if the SQL query written only return the desired data.
    12. Perform grouping on server
    This is only relevant if you only need to return the summary to your report but not the details. It will be faster as less data will be returned to the reports.
    Hope this helps!!
    Regards,
    Shweta

Maybe you are looking for

  • How to call a EJB method from Session bean method

    Hi all, I'm new to J2EE programming. I have a simple doubt . I have already created a lookup method for EJB bean in Session bean . My question is how to call a method of an ENTITY bean (say insertRow) from SESSION bean method(Say invoke_insertRow) .

  • I don't have a video signal on the TV by wathing a DVD via superdrive but have audio

    While watching a DVD running on my superdrive I get an audio signal via Apple TV but no picture (video). I am running the latest software versions. Any suggestions?

  • Header conditions in PO

    Hi Experts Like in R/3 in SRM how do we maintain header conditions in purchase order. In SRM in header details no tab is there for Header conditions. Kindly help. Regards

  • Must have the same type and the same length

    hi experts, DELIVERY_PLANT  data type STRING    //from proxy class, can't be changed       BEGIN OF ty_citem,           article type matnr,           werks   type werks,        END OF ty_citem, LOOP AT it_items INTO lv_item.     lv_citem-article = lv

  • Filters separated by OR not applying to SQL

    I am having a problem where I have two prompts that need to apply either separately, or together. One is a text entry box and the other is a multi-select. I have a Filter set up in the report that looks like this: A is Prompted B is Prompted C is Pro