Query on Delivers!!

Hi All,
Is it possible to split a report on the basis of a key and then deliver it to different users on a delivery device using OBIEE(Oracle Delivers).
For example, say I m generating a report by placing region column in the sections portion of a pivot table. So I would get seperate reports for each of the regions. Now I want to mail each of these subset reports to different Delivery Lists based on Region.
Can this be achieved using Oracle Delivers?
Also can we make use of variables in the schedule tab of delivers. I have a requirement where the report should be delivered to the users on the delivery device(email in my case) 21 days prior to the start of the Fiscal Quarter. Is there any option to implement custom delivery schedules.
Thanks,
Kartik

Post your question to the Business Object Integration Kits forum

Similar Messages

  • Query for Deliveries by State

    I have created the following query to list delivery line items by state.  It is working well but it is duplicating some of the line items.  Can anyone tell me why certain line items would be duplicated when running this query?
    Thanks
    SELECT 'Delivery' AS 'Type', T0.[CardCode] AS 'Business Partner Code', T0.[CardName] AS 'Business Partner Name', t6.[groupname],T5.[State], T0.[DocNum], T0.[DocDate], t1.[Quantity], T1.[ItemCode], t4.[itemname], T1.[LineTotal]  FROM ODLN T0  INNER JOIN DLN1 T1 ON T0.DocEntry = T1.DocEntry LEFT OUTER JOIN OCRD T2 ON T0.CardCode = T2.CardCode LEFT OUTER JOIN OSLP T3 ON T2.SlpCode = T3.SlpCode inner join OITM T4 on T1.itemcode = t4.itemcode inner join crd1 t5 on t5.cardcode = t0.cardcode inner join ocrg t6 on t6.groupcode = t2.groupcode WHERE T0.[DocDate] >=[%0] AND  T0.[DocDate] <=[%1] and t5.[state] = '[%2]'
    UNION ALL
    SELECT 'Return' AS 'Type', T0.[CardCode], T0.[CardName], t6.[groupname], T5.[State], T0.[DocNum], T0.[DocDate], t1.[Quantity], T1.[ItemCode], t4.[itemname], T1.[LineTotal] FROM ORDN T0  INNER JOIN RDN1 T1 ON T0.DocEntry = T1.DocEntry LEFT OUTER JOIN OCRD T2 ON T0.CardCode = T2.CardCode LEFT OUTER JOIN OSLP T3 ON T2.SlpCode = T3.SlpCode inner join oitm t4 on t1.itemcode = t4.itemcode inner join crd1 t5 on t5.cardcode = t0.cardcode inner join ocrg t6 on t6.groupcode = t2.groupcode WHERE T0.[DocDate] >=[%0] AND  T0.[DocDate] <=[%1]  and t5.[state] = '[%2]'

    Hi,
    Try this:
    SELECT Distinct 'Delivery' AS 'Type', T0.CardCode AS 'Business Partner Code', T0.CardName AS 'Business Partner Name',
    t6.groupname,T5.State, T0.DocNum, T0.DocDate, t1.Quantity, T1.ItemCode, t4.itemname, T1.LineTotal
    FROM ODLN T0
    INNER JOIN DLN1 T1 ON T0.DocEntry = T1.DocEntry
    LEFT OUTER JOIN OCRD T2 ON T0.CardCode = T2.CardCode
    LEFT OUTER JOIN OSLP T3 ON T2.SlpCode = T3.SlpCode
    inner join OITM T4 on T1.itemcode = t4.itemcode
    inner join crd1 t5 on t5.cardcode = t0.cardcode
    inner join ocrg t6 on t6.groupcode = t2.groupcode
    WHERE T0.DocDate >=[%0] AND T0.DocDate <=[%1] and t5.state = '[%2]'
    Thanks,
    Gordon

  • Usage problem: BI Query results as input for CRM Function module

    Hi all,
    In my VC model I have maintained a dataservice (BI query) which delivers a customer key to me. I would like to use this specific customer key output as an input parameter in a function module from my CRM system.
    I have implemented both data services and mapped the fields. However, the problem is as follows:
    The query gives an output customer number: 001044082163. The customer_id in CRM is 44082163, so the output from BW needs to be changed to 0044082163 (as we need to input 10 characters).
    So the question is: How can we change the output from BI query 001044082163 to 0044082163 within the VC model?
    Best regards,
    Jan Laros

    Hi
    try this expression
    '00'&MID(@BI_CUST_NO,4,8)
    Good luck
    Ola

  • Queries for deliveries

    Hi,
    I create a query for deliveries. And i would like when i display the list off deliveries i can display a specific delivery with a click in the delivery.
    How it's possible.
    Thanks.

    Hi Anil,
    The head count and termination count definition may change from organization to organization based on their rules. Please find below sample script which can give you an idea of the tables and you can design your based on client requirement.
    1. Employee joined between two dates
    select
    b.full_name,
    b.applicant_number,
    a.current_employer,
    d.name job,
    e.date_start Actual_DOJ,
    b.business_group_id
    from
    per_applications a,
    per_all_people_f b,
    per_all_assignments_f c,
    per_jobs d,
    per_periods_of_service e
    where 1=1
    and a.person_id(+) = b.person_id
    and b.person_id = c.person_id
    and trunc(sysdate) between b.effective_start_date and b.effective_end_date
    and trunc(sysdate) between c.effective_start_date and c.effective_end_date
    and C.JOB_ID = D.JOB_ID(+)
    and E.PERSON_ID = B.PERSON_ID
    and e.date_start between to_date('01-JAN-2013','DD-MON-YYYY') and to_date('31-JAN-2013','DD-MON-YYYY')
    2. Employees left between two dates
    select
    b.full_name,
    b.applicant_number,
    a.current_employer,
    d.name job,
    e.date_start Actual_DOJ,
    b.business_group_id
    from
    per_applications a,
    per_all_people_f b,
    per_all_assignments_f c,
    per_jobs d,
    per_periods_of_service e
    where 1=1
    and a.person_id(+) = b.person_id
    and b.person_id = c.person_id
    and trunc(sysdate) between b.effective_start_date and b.effective_end_date
    and trunc(sysdate) between c.effective_start_date and c.effective_end_date
    and C.JOB_ID = D.JOB_ID(+)
    and E.PERSON_ID = B.PERSON_ID
    and e.date_start between to_date('01-JAN-2013','DD-MON-YYYY') and to_date('31-JAN-2013','DD-MON-YYYY')
    Hope this helps you.
    Thanks,
    Sanjay

  • Extracting year and date

    I am working on the following query
    SELECT report_date, EXTRACT (MONTH FROM report_date) FROM program_details;
    SELECT a.customer_id, a.report_date as change_date
    FROM program_details AS a
    LEFT JOIN program_details AS b
    on a. customer_id = b. customer_id
    AND EXTRACT (MONTH FROM a.report_date) = EXTRACT (MONTH FROM b.report_date) - 1
    AND EXTRACT (YEAR FROM a.report_date) = EXTRACT (YEAR FROM b.rpt_date )
    WHERE a.code_status = 'Gold' and b.code_status = 'Plat'
    AND a.report_date >= '2007-12-01 00:00:00.0'
    AND a.report_date < '2009-01-01 00:00:00.0'
    I have a table with customer id, yyyy-mm-dd for many years , and status as gold silver or platinum. and I need to work out the month that the status changed, and return a field as year-month.
    I am trying to extract the year and date that a customer changed from gold to plat but I am not sure how date arithmetic works. I need to have output like : customer_id and year-month but I keep just getting month.
    I know this is vague, but if you could help with the part of the query that delivers year and month back that would be great.
    Thank you very much

    Hi,
      1  SELECT a.customer_id, to_char(a.report_date, 'yyyy-mm') as change_date
      2* FROM program_details a
    SQL> /
    CUSTOMER_ID CHANGE_
              1 2009-06Bartek

  • Web Item Portfolio in WAD 7.0

    Hi,
    I would like to realize the following with the portfolio Web Item in the WAD 7.0:
    I got a Query which delivers me 3 columns:
    Section1 : x,y, size
    Section2 : x,y, size
    x for x axis y for y axis and size for the size of the bubbles in the chart.
    The Chart presents this correct.
    As a label for every bubble it shows me Section1, Section 2....
    As Label I would like to have the value of the third column(size) presented and not
    Section 1, Section 2...
    Is there a possibility to this?
    Thanks for any help!!

    Hi Holger,
    this is possible with the latest IGS version when using $size in the Format attribute of the Series customzing.
    See note <a href="http://service.sap.com/sap/support/notes/1064448">1064448</a> for more information on the number formats.
    Best regards
    Matthias

  • Total sales and returns

    Can you help, I  need a query for itemcode, description, sum(quantity) that is all items sold (inv1)  minus any of the same items returned (rin1)on a credit note, within a certain date range.  Would like to use the same query for deliveries and returns. (dln1 and rdn1). Thanks

    The easy query will be like this one:
    Select T0.ItemCode, T0.Dscription, SUM(T0.Quantity) AS Quantity From dbo.INV1 T0
    Inner JOIN dbo.OINV T1 ON T1.DocEntry = T0.DocEntry
    Where T0.Quantity > 0 AND T1.DocDate BETWEEN '[%0]' AND '[%1]'
    Group By T0.ItemCode, T0.Dscription
    Union All
    Select T0.ItemCode, T0.Dscription, -SUM(T0.Quantity) AS Quantity From dbo.RIN1 T0
    Inner JOIN dbo.ORIN T1 ON T1.DocEntry = T0.DocEntry
    Where T0.Quantity > 0 AND T1.DocDate BETWEEN '[%0]' AND '[%1]'
    Group By T0.ItemCode, T0.Dscription
    Order By T0.ItemCode
    Thanks,
    Gordon

  • Copy of queries

    Hello
    I have the following problem:
    I have a query which delivers some result.
    When I copy the query using SAVE AS the new query delivers "no data found".
    Does SAVE AS not copy a query correctly? who has any idea what could be the problem?
    thank you

    Hi,
    I have solved the problem by myself.
    The problem was that when coping the query with SAVE AS the selection LE for a variabele was automatically converted into EQ... strange...
    Thanks to everybody

  • DataSource or Crosstab -- List of all Members in the current selection

    Hey Design Studio Experts,
    i need a collection of the  >>current<< member list of a datasource,
    Example: i have the Datasource DS_1, which is filtered by 2-3 filters, so the number of lines, that is delivered by the DS_1 is less than the number of lines in the Query of the DS_1.
    I have checked already the built-in Methods: getData delivers only a Sting (single value), but i need all members of the current selection.
    Thank You in advance.
    Alex

    Nikhil ,
    There are many IDs in the selection, and i need the complete list of them,
    i repeat my requerement again:
    1) WE have query that delivers following lines:
    ID          Color                    Amount
    a               red                              3
    b               blue                            3
    c               Magenta                     1
    d               blue                            10
    2) We set a filter : Filter_1 (Color) = Blue.
    3) After the upper filter got active, we see only two lines:
    ID          Color                    Amount
    b               blue                            3
    d               blue                            10
    As i said im interested in the IDs of the selected lines. So i need a list of values = (b, d)
    meanwhile i think there is now suitable method that delivers the needed result.

  • Balanced Scorecard Documentation

    My client is on R11.5.9 and would like to implement Balanced Scorecard. The most current version of the Install, User & Admin Guides we can find on CD or Online is for R11.5.6, and the User and Install Guides in both places get errors when you try to read them. Is the documentation for R11.5.6 the most current available (meaning the app has not been updated since then)?
    If the R11.5.6 documentation is the most current, where can I get readable PDF files...if there is more current documentation for R11.5.7, R11.5.8 and/or R11.5.9, where can I get readable PDF files for that release?
    Thanks!
    Gary

    Hi Wim - is that you?,
    Anyway - Hello Mr Double U,
    We are very happy that you found this floorplan useful.
    The example use case on Page 4 was realised by 4 tables overlaid on 4 forms (you can overlay tables on forms in layout mode then send to back/send to front similar to powerpoint layout)
    The arrows and red/green images are called conditional icons. When you create each table (fed by a BI query) you should include 2 extra columns for these 2 images. Within the definition of the column you can define the condition e.g. if Sales > x then show green light, if sales <x show red light etc. The trend icon works in a smilar way. It is easier if the BI Query itself delivers a "trend score" e.g. % change from one period to the next. Then the trend icon in VC can be made conditional on this trend score.
    Hope that helps.
    Thank you and Kind Regards,
    Mark Heff

  • GD13 Report Error

    Hi Friends,
    Some Documents is not updated in Special Purpose Ledger GD13 Report but it is showing in FS10N
    There was some problem in customization for materil document which was changed now it is updating all the records.
    My quistion is how to prefix all old documents which was not updated in GD13 report.
    Please reply asap.
    Thanks in advance.
    JD

    HI,
    guess you want to get all GL document-numbers that are not posted to your special ledger to repost it? I had a similar case and made a query that delivers a "document flow" for accounting documents (like the doc. lfow in logistics) based on table bkpf and added the BAPI "BAPI_ACC_DOCUMENT_RECORD". Thus for every FI document I got the info whether there is an exisitng follow-on accounting document or not. I filtered all the Fi doc's with no "follow-on" document and reposted them.
    Best regards, Christian

  • SQL query problem, listing all deliveries linked to an invoice

    Hi I'm trying to write a query that returns all the deliveries linked to an invoice as a single commaseparated result.
    This query gets all the links from every line as a commaseparated result but I want to remove the duplicate entries, eg. where/how do I insert the distinct clause?
    DECLARE @EmployeeList varchar(350)
    SELECT @EmployeeList = COALESCE(@EmployeeList + ', ', '') +
       ( T1.baseref )
    FROM oinv T0 inner join inv1 T1 on T0.DocEntry = T1.DocEntry
    where  T0.docnum = 119229 and T1.baseref <> ''
    SELECT @EmployeeList
    Thanks in advance for all help

    Hi,
    How did you use the temporary table?
    Can you write your code here.
    I am also getting repeated data values in my query output. I want to save that query output into one temporary table and than want to use the SELECT DISTINCT on that temporary table. I am searching on forum madely to do that but can't find the perfect help.  It will be nice if you can help me in that.
    Thank you

  • A query to display sales orders with corresponding outbound deliveries

    Hi Experts,
    Don't know if this is the right place to post the question but i would like to know if a query, in SAP, can display sales orders with their corresponding outbound deliveries, i tried using table LIKP and VBAK, VBKD didn't help. the whole idea is to enter any specified sales order number and the query will return any outbound deliveries belong to the sales order.
    Thanks in advance!

    run the se16 transaction - table VBFA.
    This table gives the Sales document flow.
    Give the sales order nos. and in the subsequent document category select delivery.
    You will get all deliveries.
    Thanks
    Ajay

  • Slaes document Vs Deliveries in one query!

    Hi,
    Our requirement is such that we need to show in one report the information of Number of delieveries ( which were made on time , which were made late, which were delivered elarly  and so so on ) and the relevant sales orders and the schedule lines!
    We have this information in seperate quiries deliveries queries and performance queries!
    Now, i quickly produce a report which has all the information both deliveries and sales oreders !
    How this could be achived? shall i create a multicube of the base infocubes and generate a query from that?
    Please suggest me!
    Thanks,
    Ravi

    Ravi,
    Create a Multiprovider based on those two cubes and generate a report based on Multi provider. Remember, try to create all queries based on Multi provider instead of based on Infoproviders,
    Assign Points if it helps..
    Regards,
    Gattu.

  • 30EA1: 2nd instance of the sql developer delivers no query results

    Hi,
    the first instance works like expected, the 2nd one doesn't delivers any result in queries and in the Messages i found that Error:
    SEVERE     43     0          Error while registering Oracle JDBC Diagnosability MBean.
    best regards
    Werner

    hi,
    well - the main reasons have been already discussed; another intresting one
    (i don't know if somebody else was already running into it): sometimes i start e.g. a long running pl-sql block in the window
    Then i go back to e.g. the code editor to take a look on another part of the code which i want to edit - then the sql developer freezes
    (i think because something is executed through the main connection - and unfortunatly the main session is already executing something)
    When the pl-sql block is finished i can use the sql developer instance again; but in the meantime i need another instance
    in my regular work i use 3-4 instances of the sql developer
    (like mentioned above - to prevent myself by modifying the productive db during i am working on the
    development one in the same schemas, to work on another topic which a customer asked me without loosing my old work or because a window freezed)
    Here an idea (i know - maybe it is dirty) - the sql developer could open always 2 connections - one for the communication of the tool to the database (which can't be used by a window)
    and one for the window (sure - i am aware that i can open an unshared connection window, but sometimes i just forget to do that)
    Another benefit of that: currently a lot of statements are sent through the connection - if i want to trace something i have to do it in the sqlplus because these statements are messing up my trace
    however - i took a look into the new version and i am quite impressed, a lot of new cool features
    best regards
    Werner

Maybe you are looking for

  • How do we manage multiple users in a CAL account

    Hello Gurus, A colleague of mine has created an instance of HANA in CAL and I'd like to access it because we need to develop together, but we're not sure how to do so. We can see tabs "Accounts" and "Users" in CAL but how do we add someone else's use

  • Iphone 6 big dissapointment, Verizon even bigger.

         Yet another negative mark against Verizon. So, I finally talked my wife out of an Android. Told her she needed to branch out, try something new. I used to have an Iphone 4S and never really had any problems with it, until it got about time for a

  • Bind Variable NOT working in APEX 4.0 within charts SQL

    All, I had a chart working fine in 3.2 which had a bind variable like :P11_EMP_NAME, when I created the same chart in 4.0 using the same query it did not work, until I changed the variable to v('P11_EMP_NAME'). Does anyone have experienced the same b

  • How to match edges of objects precisely?

    Hi all Okay, I have two objects, A and B, both with very irregular, jagged, edges. They should be contiguous and I want the edges to match exactly point for point, so when the border of A goes out, the border of B goes in. A is to the left of B, and

  • Sorting search results by rank

    Hi, Is it possible to sort the search results by rank in RH8 html help ? It works when I click on Title but not when Rank is clicked. What I mean is changing from ascending to descending order. Thanks,