Prompts for Combine similar request (Union query)

I have been given 5 tables for creating one report out of each table. I created aliases and
necessary self joins. I now need a summaryreport that combines these five tables. I tried the
"combine similar request" and the report functions fine. Now I have to create two prompts, one for
country and one for job. These are fields available in 4 tables and have the same format alongwith
the same datatypes. Please help me with this.
Table 1 Report A
Table 2 Report B
Table 3 Report C
Table 4 Report D
Table 5 Report E
Table 1 - Table 4 contains Country and Job field which is of the same format and datatype.
Table 5 does not have these and its not necessary for us to prompt this.
This has no star schema setup and I am not in a position to get it done as well. I considered each
table to be a fact table and created aliases, selfjoins etc. Please help with the procedure to
create the two dashboard prompts. If I choose USA then the first four amongst the union queries
should reflect data for the USA. The same applies for Job.

Hello
Thanks for the reply.
My problem here is that I have 5 different tables with country fields in them. They are of the same format and datatype but there is no join between these tables. If I choose one Country field from any particular table, then the combine similar request doesnt seem to take it for other queries where the fields come from a different table.
eg.
Table 1 - table 5 have country fields
I choose to create a prompt based on Country from Table 1. The union query doesnt seem to reflect on filtering values on the queries from other tables. It would filter only the values from table 1.
Please let me know as to what can be done!

Similar Messages

  • Union Of reports using Combine Similar Request

    Hi,
    I have a requirements to perform a calculation that involves results from 4 different reports.
    I am using the Union Operation in Combine Similar request for analysis option and I built the table that pulls out values from 4 different reports. Now the business requirement requires that I sum the results of 3 of these reports and subtract the result of the 4th report from the sum. Is there a way to achieve this additional calculation.
    To put this in an example
    Report 1 Results + Report 2 Results + Report 3 Results - (report 4 results)
    I made sure that all the columns in these reports match in terms of datatypes to perform the union operation on these 4 reports.
    One addition, I do not have an option to extract this data just in one report due to differences in the filters and also these are sources from multiple fact tables.
    Please help me with this request. If there are any portions of this message on which you need more clarification please let me know.
    Any help will be greatly appreciated.

    Instead of combining those 4 different criteria I would suggest to go by metric level filters or and then do the final calculation or else 'Filter based on results of another request'.
    Pls mark if helps

  • Conditional formating in pivot view using combine similar request

    Hello,
    I have a report using combine similar request. It's a union report with around 6 reports.
    Now for first 2 report results the user wants red and 2 report results green and last two yellow.
    Is there a way we can do this?
    also the report is in pivot view.
    thanks,
    deep

    Instead of combining those 4 different criteria I would suggest to go by metric level filters or and then do the final calculation or else 'Filter based on results of another request'.
    Pls mark if helps

  • Combine similar request

    Hello All,
    I am using combine similar request. I see an option Add result column in combine similar request. I have read on a blog that we can do calculations like saw_2 / 2 etc. Can we also do saw_2 - saw_1 ?
    I tried doing so. But the column just returns null value.
    Is this something we can do?
    thanks,
    deep

    Can you do the calculation column on each individual query when done separately? (This will test both format and nulls.) Try adding the calculated column to each query using IFNULL(column, 0) instead of trying it on the Results Columns.

  • Prompt for transportable Workbench request

    Hi experts,
    I want to create a web service, and let my asp.net program call it.
    I input se37 in ECD, and input zzz_yyyy_xxxx as function module, then click "create" button.
    In the next step, I need input "Function group", but I have not , so I need crate one.
    In the "Create Function Group" dialog, I input "Function group" and "short texst", and click "save" button.  It takes me to "Create Object Directory Entry", I  input "Package" ,then press "Save"button again.
    Now it takes me to "Prompt for transportable Workbench request" dialog. Now I need input "Request" and "short description".
    I'm confused.  What do I input as  "Request"?
    Thanks.

    I am guessing you are quite new to this? It is asking you to create a transport package which can be sent to quality or production systems later on. If you do not want to do this you can click local object and it stays in development server. Otherwise you click the page icon and then type a description of the work/program you are creating. Save it and it will generate a transport package for you.

  • Combine Similar Request navigate report Issue

    Hi,
    I have created 2 combine requests, one is for summary level report and another one is for detail level report. i pointed navigate from summary level to detail level report.
    My summary level report is a Graph, when i click on Region in the graph it should display country results for that region. But in my report displaying all the countries. My detailed level report also a combine report, i set the is prompted also but not filtering the values.
    Can any one please let me know whether combine request can filter the values or not, if yes, please let me know where i missed.
    Thanks
    Sant

    Have a read of document 1070761.1 from support.Oracle.com. There is a clumsy workaround to achieve what you are asking.

  • User Prompt for Date Range in Bex Query Analyzer

    I have a workbook that has two queries. The queries both require the user to enter a date range upon refresh. I want the user to be able to hit refresh, enter the date input into the dialog box and then both queries to use this date range for their input. I have seen this in other book, but when I click refresh on my book it only runs the first query. How do I get the second query to use the first queries input?

    use the same variable in both the queries. this will let the user enter the date in a single variable and this will refresh both the queries.
    rgds, Ghuru

  • LSMW recording SM30, prompt for customizing request

    Hi everyone,
    I'm trying to use lsmw for uploading data into a customizing table. For this I recorded the creation of an entry with transaction sm30. At the end of the recording (when saving) the prompt for a customizing request pops up. When executing the resulting batch input, it get's confused (in my opinion because of the transport request popup in the recording).
    Is there a way to prevent the popup?
    I've read in a different thread that I can create 1 entry, then do the recording for the lsmw in the same session. This sounds good to me, but I don't see how to do this.
    If anybody has an idea how to solve this, it would be great.
    Regards,
    Monika.

    Hi
    No u can't prevent that popup, because u're trying to update a customing table: you should considere two main things:
    - The call of the request popup can depend on the kind of the client, i.e how the client (dev, test or prod) is set;
    - If the cleint is closed, so the modifications are not allowed (for example in production system), your lsmw project can't works.
    Anyway by SE11 u can try to create a maitenance view table based on the database table u need to update, leave cutomizing flag and generate the maintenance program (for trx SM30) for this new view: probably now it shouldn't show the popup for the transport (but I'n not sure), if it works u can use it in your project.
    It's very hard to manage a table control in LSMW, u can't know how many recodrs u need to update and u can't change the bdc program generated for lsmw.
    In this situation the best solution is to insert only one record: i.e. for every record u need to update:
    - CALL SM30
    - Press NEW ENTRY
    - Insert the new record to the top of table control
    - Save
    - exit
    In this way your bdc program doesn't depend on the number of records, as you manage only one record, i.e your project will create a bdc session with as many transaction as many records to be inserted.
    Max

  • Prompt for transport request if records are added/modified for custom table

    Hello Experts,
    A couple of questions,
    1. How do we prompt user to create a TR whenever he changes a record in my custom table
    via SM30? my custom table has a maintenance type of 'C' - customizing already.
    2. How do we transport the custom table contents to another client?
    Thank you guys and take care!

    Hello
    Regarding (1) just have a look at a standard maintenance view like V_T001W (SE11 -> menu Utilities -> Table Maintenance Generator ):
    Here you can see that the option Standard Recording Routine is chosen which is responsible for prompting for a transport request as soon as records of the table/view are changed.
    Regards
      Uwe

  • No prompt for transport request

    Hi
    After our upgrade of development we have a problem that the system no longer is prompting for a transport request when you do something like create or change.
    We can go in to transport connection and make our own but obviously this is a bit of a pain.
    Has anyone else experienced this???
    The Dev system is open and set to automatic recording of changes in se06
    Andy

    Standard SAP programs should be default available in all landscapes(DEV,QA,PROD) you dont want to transport.
    However;if you find those program lines do not match across landscapes then some OSS notes,SP could have overwritten ,make sure they are applied across all landscapes in these event.
    If at all you find discrepancies ,can create a request so that you can transport it.
    goto SE80>Programs>select ur program-->object directory enty from main menu change the owner from SAP to personlized..
    Aforementioned steps would be last of my steps..
    Hope it Helps
    Chetan
    @CP..

  • How to use one Bex Variable for two purposes in one query?

    Hi,
    I want to prompt for a UOM in a query. Then I want to use that one UOM variable to do 2 tasks in the query:
    1. Perform a UOM conversion on one restricted key figure (no filtering)
    2. Filter in a second restricted key figure (no conversion)
    How would I use a variable (or two?) to do this? I do not want to have 2 UOM prompts.
    Thanks!
    Gregg

    Oh, it all seems so easy now!  Hindsight 20-20...
    Solution was to create a new input ready variable for Unit.
    1. Restrict the key figures which need restricting using new variable
    2. For conversions, in BI backend us T-code RSUOM and create new conversion type associated with new variable. Then for each key figure needing conversion, set the conversion parameter to use the new conversion type.
    Between both 1 & 2 above, the same variable is used & thus prompted only once.
    Solution works perfectly.... as it should. Hope this helps someone else!

  • Transport for local workbench request

    Hi guys,
    i have a package which I modified and want to save to a transport, but a dialog is prompted for local workbench request. Actually I am wondering why this package is local object. Because in local object I didn't see this object.
    Can somebody give me some hint?
    Thanks in advance
    Regards,
    Liying

    A local object is something which non-transportable. You should change the Object directory entry of the objects to a transportable package so that the system will automatically prompt you for tr. request number.
    regards,
    Ravi
    Note - Please mark all the helpful answers

  • Prompt for UNION query

    I have developed a combined request to use in a dashboard. The combined request is a
    UNION and consists of some columns that are from the same tables but also a few of the columns in the request come from different tables although they are identically named.
    For example, there is a column named Expense Type that comes from two different tables and the first sql in the Union uses Expense Type from Table A and the second sql in the Union uses Expense Type from Table B. Both combined requests specify Expense Type "is prompted". How can I make this work so that a single dashboard prompt for Expense Type can pass the user selected value to both sql's in the Union?
    I really don't want to make the user have to have 2 prompts, one for Expense Type using Table A values and one for Expense Type using Table B values.
    Thanks

    Wow! I can't believe it works without the request being imbedded in the dashboard but as you said, try it, and I did!
    One further refinement or clarification:
    This method doesn't work unless I use a presentation variable.
    On the dashboard page's Prompt I set/defined a Presentation Variable for the "Type" prompt and then in my 3rd request I set a filter that compared "Type"'s value fo the Presentation Variable's value. Otherwise no luck. Is that how you did it too?

  • Prompt for a combine request

    Hello experts,
    I want to know that is there possible to create a prompt for a column in a combine request which associated the different attributes in each request?
    For example:
    Request 1 has column: Installed date
    Request 2 has column: Unstalled date
    In combine request, this two columns associated the column Date
    and in the combine request, i want to create a prompt for the column Date, is that possible?
    Thanks

    Hi,
    create a prompt for date column from your time dimension and set a presentation variable v_date...
    on reports don't use is prompted for what date coumn you need, just say 'is equal or is in' add presentation variable and set to v_date..
    if you find this post usefull please be free to award points
    Regards
    Nicolae
    Sorry Kart... you were faster.. (didn't sow your post)
    Edited by: Nicolae Ancuta on 02.06.2010 16:07

  • Answers, Aggregation with the combine with a similar request utilities

    I use Answers (OBIEE)
    I would like to know the way to do an aggregation (Sum) with the utility “combine with a similar request”.
    Example with a little demonstration:
    I combine the same query, but I get the repeat record for the same record value (PER MONTH).
    2011 01 || 35 000
    2011 01 || 35 000
    2011 02 || 50 000
    2011 02 || 50 000
    2011 03 || 75 000
    2011 03 || 75 000
    I wish to obtain the sum of PER MONTH like
    2011 01 || 70 000
    2011 02 || 100 000
    2011 03 || 150 000
    Does somebody has a solution, thanks
    Edited by: user8898885 on Feb 15, 2010 6:15 AM

    Ok it's correct. But i added a result column to affect % variation of the result. And i got a problem.
    Example: (Column 4 = Column 2 / Column 3)
    2011 01 || 20 000 || 40 000 || 50 %
    2011 01 || 20 000 || 20 000 || 100%
    The result is 150%, it's wrong... 40 000/60 000

Maybe you are looking for

  • Error while running "runInstaller" in RHEL4 / Oracle 9204

    [oracle@RH9 oracle]$ /mnt/oracle/Disk1/runInstaller [oracle@RH9 oracle]$ Initializing Java Virtual Machine from /tmp/OraInstall2004-07-21_09-21-45AM/jre/bin/java. Please wait... Xlib: connection to ":0.0" refused by server Xlib: No protocol specified

  • Auto select with select box

    Hi I have a site which has 8 services.each service has it own page. When the user goes to the service page there will be a link which will take them to a form. I want the form to be able to identify which service is there and select that one automati

  • Change required ports during Network Monitor's installation

    Hi everyone, i've found a conflict with port 8009.  Network monitor requires it as free during installation, but an instance of a Tomcat server is already using it. As I can't change tc config, I need to know if there's another way to install NM in w

  • Can not open files

    If i download certain things it says they do not have an opening device. It says i need to pick one out of applications. The only one that it will let me pick is quick time. Then it says you can not open this movie. It does this even if the thing i a

  • Converting MPG movie to FCE

    I have an MPG video clip I would like to put into FCE, than add a few still images and some music to the stills for a brief movie clip of an event we had while on vacation. Can someone help me with the process of converting this MGP so FCE will recog