Alert Drill Down - Draft and Added Documents

Hi,
I want to be able to send and alert that allows drill down when the alert includes draft and multiple types of added documents (ie Sales Order, AR Invoice, Purchase Order, AP Invoice etc.)
Currently my alert query has UNIONs for the draft table  and ADDED type documents. For the Added documents I select a dummy draft number. Of course this is very confusing to the user, who need to recognise that this is an ADDED document and not to drill but copy and retreive the document.
select
--For DRAFT Documents
T0.DocEntry          as     'Draft_No',
'' as  'Doc_No',
'Draft'               as 'Type',
---etc. etc.
UNION
---For  ADDED SALES ORDERS
select
(select min(docentry) from ODRF)     as 'Draft_No',
T0.Docnum as  'Doc_No',
'ADDED'          as 'Type',
etc etc
Sample Data returned by alert
2     1210952     ADDED     N/A     NPO-PORT     Sales Order     Item     Approved     
2     1410660     ADDED     N/A     CASHPUR     Purchase Order     Service     Approved     2009-11-23 00:00:00.000     Approvd PM     Open     N     -     Ibb     N     ALEXANDRE PERRACHON     SHARMA AJAY     SHARMA AJAY     DUJARDIN CYRIL     AUD     3630.000000     4     Administration - Marketing     -     Y     SHARMA AJAY     G161205     G161108     G161108     G017132     10     0     CASH PURCHASES     8     18
Edited by: eric walker on Nov 23, 2009 6:19 AM

Hi Eric,
This is impossible.  Simply because, once you are using Union, drill down will no longer work.
Thanks,
Gordon

Similar Messages

  • Alert Drill Down - DRAFT and ADDED Documnts - Using UNION Query

    Hi,
    I want to be able to send and alert that allows drill down when the alert includes DRAFT and ADDED doc's
    My alert query uses UNIONs for the draft table  and ADDED type documents, selecting a dummy draft number for ADDED doc.
    --EXTRACT
    select
    --For DRAFTs
    T0.DocEntry   as 'Draft_No',
    ''               as  'Doc_No',
    'Draft'       as 'Type', ---etc. etc.
    From ODRF 
    UNION
    ---For  ADDED
    select
    (select min(docentry) from ODRF) as 'Draft_No',
    T0.Docnum  as  'Doc_No',
    'ADDED'       as 'Type', -
    etc etc
    From ORDR
    Sample :DRAFT = 2 is dummy
    Draft_No Doc_No   Type     Draft Status Cust/Vend   Doc_Type             Line Type      Approval_Status
    2              121095   ADDED   N/A             NPO-PORT      Sales Order            Item                Approved
    811           0            Draft       Open          ADT               AP Invoice           Service        Approved     
    Thanks you for any help on this issue.
    Eric

    Hi Eric,
    This is impossible.  Simply because, once you are using Union, drill down will no longer work.
    Thanks,
    Gordon

  • Drill Down Reports and Drag & Drop capability Tool for Developer2000

    I am currently doing my development in Developer2000 rel. 2.0.
    I have seen many tools for VB which provide the facility for Drill Down reporting and drag & drop option in reporting, but unable to find any tool for developer2000. I wonder if anyone can guide me about any tool for developer2000 which can provide these facilities in reporting and forms.......
    Qamar Bilal

    you can use the mouse triggers to do drag and drop.
    you have mouse-move and mouse-enter etc...
    what do you mean by drill down?
    you can do drill down reporting in reports by using srw.run_report built in and you can also use oracle discoverer.

  • Difference between Drill down Report and Interactive Report

    What is the difference between Drill down Report and Interactive Report?

    Hi,
        Drill down report and Interactive report seems to be acts as same. But there is a minor difference between those two.
    Drill Down Report  - When you  click on a particular field in a report it drills down to the next report, it won't trigger another screen.
    Interactive Report -  When you click on a particular field in a report it will trigger another report based on the field clicked. It opens another session internally in the same screen.
    Regards,
      Jayaram...

  • Product Drill Down Reporting and Using KKC7/KKC8 & KKRV

    Hello Guys,
    Need some expert advise on my issue.
    1. I have created a product group using T-code KKC7 and assigned materials to my product group.
    2. I have done some material movement posting using 261 on these materials.
    3. Next I run KKRV to collect data
    4. Next I run Report S_ALR_87013139
    I expect to see drill down  report by product group but I dont see anything?
    Is there something else which needs to be set?
    In spro I have checked reporting control parameters and its all good.
    Please share your thoughts.
    Regards,
    Sanjeev

    Dear Sanjeev,
    Did you get an error or information message when you execute S_ALR_87013139?
    Best regards,
    Jason

  • Problem in Drill Down feature and Scroll Bar

    Hi All,
    Well I have designed a report on Oracle BI and facing the following issues:
    1. When i opened the report through image/link box(from mypage dashboard or from some other way) and if the data have enough rows and columns to overflow the screen size then there is no scroll bar on the screen so i wouldn't be able to see that data.
    2. When I am clicking on the year(as i made a time hierarchy --> year then quater then month) on the either pivot table or chart view then automatically all corresponding Dashboard Prompts(DP) disappear so i can't filter the data.
    Please help me out in this.
    thanks in advance.
    regards
    mohit

    Regarding 2)
    This is the expected behavior of drill downs. The subsequent reports from the highest level are "system-generated." If you want the prompts, you will have to use the Navigate feature and navigate to a dashboard where you can have your prompts.
    Regarding 1)
    Are you using the Table View or Pivot Table view? If Table View, you can increase the number of rows that are visible by default (change this in the Properties of the Table View.) If you are using a Pivot Table, try this link:
    http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-pagination-in-pivot-tables/

  • Drill down expand and collapse feature not available  Crystal Reports Desig

    Hi,
    Am I right in my understanding that drill down feature opens in a new tab and it cannot be made expand and collapse even using JRC.
    Please advise & thank you
    Selvi

    Hi Slevi,
    You are right with the understanding of the Drill down function. To have a drill down function available the minimum requirement is have at least a single group in the report.
    When we have a group with some underlying data and then when we would like to see data for a particular group, we can see a u201Cmagnifying glassu201D symbol which indicates that there is data for this group and we can use the Drill down function.
    When you drill on a particular group, the data for that group is shown in a new tab.
    I hope this provides some information about the Drill down function used in Crystal Reports.
    Regards,
    Prashant Saduwale.

  • Dynamic EVDRE, Drill Down insserting and a formula

    Hi,
    I need your help.
    I need to do a dynamic EVDRE report, where the customer can see the details of the accounts (Drill Down option: expand by inserting news accounts), and between the dynamic rows I have rows with formulas.
    I've got this RangeOption:
    PageKeyRange     Sheet1!$I$3:$I$13
    ColKeyRange     Sheet1!$H$15:$I$16
    RowKeyRange     Sheet1!$F$19:$F$24;Sheet1!$F$26:$F$37
    The ExpansionOption:
    ExpandIn     COL     COL     ROW
    Dimension     TIME     CATEGORY     ACCOUNT
    MemberSet     SELF     SELF     LDEP(1,A_111),A_111,A_112,A_113|DEP(A_114),A_114     
    In the rows represented by pipes (' | ')     I've got a formula like this: =R1/R2 (R1,R2 are references to the fields)
    All this is ok when I do this:
    - I expand the report
    - I do doble click in a field to see the detail account
    - I do doble click in the same field to hide the detail account
    - I expand again the report
    This dont work if I do this:
    - I expand the report
    - I do doble click in a field to see the detail account
    - I expand again the report... I loose the reference to the fields!!
    Some idea about what can I do??
    Thanks
    BR.
    Edited by: nmartin on Oct 11, 2011 6:24 PM

    I checked than the problem was because I loose the expansion.

  • Drill Down Menu and JavaScripts

    I've create a Drill Down menu with JavaScripts and put it in Html Portlet when I try to run, It doesn't work.
    But If I execute this code without use portal it works perfectly.
    Example:
    <script type="text/javascript" language="JavaScript1.2" src="stm31.js"></script>
    <!--Begin Sothink DHTMLMenu Body-->
    <script type="text/javascript" language="JavaScript1.2">
    <!--
    beginSTM("menu1036512576","static","0","0","none","false","true","310","1000","0","250","","blank.gif");
    beginSTMB("auto","0","0","vertically","arrow_r.gif","7","7","0","3","#ffffff","","tiled","#000000","1","solid","0","Normal","50","0","0","7","7","0","0","0","#7f7f7f","false","#000000","#000000","#000000","none");
    appendSTMI("false","acerca","left","middle","","","-1","-1","0","normal","#d6d6ce","#000084","","1","-1","-1","blank.gif","blank.gif","-1","-1","0","","","_self","Arial","9pt","#000000","normal","normal","none","Arial","9pt","#ffffff","normal","normal","none","0","solid","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","","","","tiled","tiled");
    beginSTMB("auto","0","0","vertically","arrow_r.gif","0","0","0","3","#ffffff","","tiled","#000000","1","solid","0","Normal","50","0","0","0","0","0","0","0","#7f7f7f","false","#000000","#000000","#000000","none");
    appendSTMI("false","Mision","left","middle","","","-1","-1","0","normal","#d6d6ce","#000084","","1","-1","-1","blank.gif","blank.gif","-1","-1","0","","","_self","Arial","9pt","#000000","normal","normal","none","Arial","9pt","#ffffff","normal","normal","none","0","solid","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","","","","tiled","tiled");
    appendSTMI("false","Valores","left","middle","","","-1","-1","0","normal","#d6d6ce","#000084","","1","-1","-1","blank.gif","blank.gif","-1","-1","0","","","_self","Arial","9pt","#000000","normal","normal","none","Arial","9pt","#ffffff","normal","normal","none","0","solid","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","#d6d6ce","","","","tiled","tiled");
    endSTMB();
    endSTMB();
    endSTM();
    //-->
    </script>
    <!--End Sothink DHTMLMenu Body-->

    You must write the complete path of you javascript librayry :
    replace src="stm31.js" by something like src="http://myserver:myport/.../stm31.js"

  • Link Between Drafts and marketing document

    Hi experts,
    I have created a draft credit note and after that I have added it. Now I want to see whether the credit notes are created based on the drafts or created directly.
    Can any one let me know which tables and which fields I have to choose. (is it ODRF and ORIN) ?
    Thanks in advance

    Hi Moebius,
    You are correct, I am talking about the B1 application (not DI API). Yes draft will be removed from and then final document would be added to the DB. But here what I need is
    I would like to know whether a final document is created in reference to a draft  (i.e. routed via draft) or not.
    When draft data is saved into ODRF then I suspect that there would be some key where in I can write a query and fulfill my requirement (as stated above).
    Could you please advice me that how do I proceed on this.
    Thanks in advance.

  • Drill down on posting date and Document number

    Hello Gurus,
    In a Bex report, I am looking at account balance on a keydate for a G/L Account. When I drill down based on posting date I do not see any values for the keyfigure 'Account balance as on key-date'....But after I drill down on posting date --> document number I get to see values for thie key figure.
    What is this strange behaviour? Kindly explain.
    Regards,
    KP

    Hi KK,
    This may be due to the values/quantities having different UOM or currency for different documents/posting date.For example,  Usually when there are mixed values like this, the aggregated value is not displayed, instead a '*' is displayed in the report result. However there is a setting in BW where you can mention how to handle such mixed values.
    So I suggest you first check the currencies for the amount at the posting date/document level(when you drill down). If they are different then check the settings in the transaction SPRO --> SAP Business Information Warehouse --> Report-relevant settings --> General Reporting settings in the Business Explorer --> Presenting the numeric value in the Business Explorer.
    Here check the value maintained for 'Mixed Values'. If it is blank, then this is the reason that no value is displayed.
    Regards,
    Shilpa

  • Drill down in custom draft report

    I am creating a custom report for just draft Inventory Transfer.
    SELECT 'Transfer' AS 'Document Type', T0.[DocNum] AS 'Document Number', T0.[DocDate] AS 'Ship Date'
    FROM  [dbo].[ODRF] T0
    WHERE T0.[ObjType] = 67 AND T0.[DocDate] <= CAST(FLOOR( CAST( GETDATE() AS FLOAT ) ) AS DATETIME)
    I create a draft Inventory Transfer with todays date as the posting date and document date.  The report shows the Invnetory Transfer but I do not have a drill down arrow next to the document number.  This report is essentially the same as the Document Draft Report for Inventory Transfers only.
    If I open the draft document report, there is a drill down arrow for the document.
    1. Inventory --> Inventory Reports --> Document Drafts Report
    2. Select Inventory Transfer as the selection criteria
    3. Click OK
    The document number has the drill down arrow.
    Why:  I am trying to create an alert for all transfers that are to be shipped today.  I am looking to have the inventory manager create Inventory Transfer drafts, then the warehouse will have an alert show all inventory transfers that are to be sent out.  I want to be able to have the warehouse drill down to each inventory transfer and add it to the system when the transfer is shipped.

    Hi,
    Try this:
    SELECT 'Transfer' AS 'Document Type', T0.DocNum, T0.DocDate AS 'Ship Date', T0.DocEntry
    FROM dbo.ODRF T0
    WHERE T0.ObjType = 67 AND DateDiff(dd,T0.DocDate, GETDATE()) >= 0
    You have to include Docentry to drill down. DocNum is not an index of the table.
    Thank,
    Gordon

  • Stacked Column Chart drill down

    I have a stacked column chart. Data is dynamic. Sometimes one column will have 0 as value.
    I need to do a drill down on the ones which has value. In order to do a drill down everytime, I don't want my drill down to be tied to a specific serie...
    How can I do that?
    Thanks,
    Wen

    Hi Wen:
    Let me do a quick demo to you so you can learn how drill down for stacked column chart works
    1. Create a new stacked column chart.
    2. Choose data binding "By Range" and "Data In Columns" binds to range "A1~C2", which has range data as following:
    a, 1, 2
    b, 3, 4
    3. After finishing step 2, there will be two series created (Series 1, and Series 2)
    4. Open drill down tab and check "Enable Drill Down".
    5. Choose "Insert Type" as "Row".
    6. Click "Series 1".
    7. Bind "Source Data" to range "D1~E2" which contains value as following:
    11,12
    13,14
    (these are the drill down value you want to insert)
    8. Bind "Destination" to "D3~D4" (empty cells)
    9. Create another component "Grid" under "Other" folder.
    10. Bind grid data to "D3~D4" to present the drill down data.
    11. Preview the xlf file, can click values in series 1, you will see the drill down result. (Grid will be refreshed with new drill down data)
    Hope the demo above can help you in your practice, also you can refer to help documents for more information. Let me know if you have any other questions!
    Thanks!
    Bill

  • How do I create a drill down for my summary data?

    I have 7 fields of summary data with all having a common link called the customer account number.
    I have tried the following steps several time carefully and was unable to get my drill down to work.
    Insert menu > Group and chose the customer account number as my group field
    copy and paste the summary fields to the group header ( which I now have hundreds of GH1)
    Right click on the details section and chose Hide.
    Suppress the Group Footer
    File Menu > Report options and check on Show All Headers on Drill Down.
    I must be missing a step somewhere here.  I end up with no summary fields showing (to drill down into), and the customer account numbers showing.
    Can some check this out for me?

    hi Michael,
    you need a group to have drill down. you can't drill down on a report footer. if you can't group by these categories then you can't have drill down.
    your other option is to create an on demand subreport that you can open. i would suggest that you go through a bunch of the e-learning tutorials on crystal reports here. after that go to the online help for crystal reports and use the search tab and search for "creating an on demand subreport"
    you'd need to create an on demand subreport for each total that you are showing. again, please see the elearning topics especially on subreports, grouping. and then do follow the steps on on demand subreports in the online help.
    -jamie

  • REPORT PAINTER DRILL DOWN REPORT

    Hi,
    i need to develop report painter report with drill down for cost elments and month wise
    out should be cost elements and all months
    Please suggest how to use drill down
    Thanks and Regards
      RAVi

    Along these same lines. I have a user that cannot drill down into a drill down report. Let me clarify. This  report does have drill down capability as some people can drill down into it but others cannot. If a user has authorization to run a report via GRR3. When they click on an item to drill down they do not get an authorization error statement, all they get is a statment that says "list contains no data". Any ideas why some can drill down and some can't? Thanks
    Mark

Maybe you are looking for

  • To develop Z-Report related to Cost Analysis as in COR3

    Hi, I am trying to develop a Z-Report similar to Cost analysis as in COR3, I just want to know the tables where actually the Planned Qty,Planned Cost,Actual Qty,Actual Cost are getting stored.My requirement is to run it for Multiple Orders with some

  • Change Icon missing in the existing SC in ITS URL

    Hi Gurus User is trying to change some details in existing SC, user is able to find the SC in Check status and clicked the details button   it will display the document item details, but the Change Icon is missed for the user. Until last week, user w

  • Can't send files to Trash from the command line

    Hello, as I'm programming in JAVA I must do all "special" operations as from the command line. I found several solutions but they don't work for me, at least not in Mavericks. I tried: osascript -e "tell app \"Finder\" to delete POSIX file \"/Users/m

  • Why can't I read iBooks on my Mac?

    The user unfriendly way of selling ebooks is very disapointing! I can not read them on my computer, only on my iPad. I can not lend them to my daughter, as I would do with any other form of book. no way I am going to buy anymore books this way!

  • Files of zip type

    Hi friends, sender Legacy system is sending files in .Zip format. how the adapter is going to process those files? what configurations r to be needed in adapter configuration? & also for processing of .pdf files what configurations should be done? th