How to provide drill option dynamically using Preferred Drill Path?

Hi,
I have three dimensions viz., JE_Category, Transactions and Receipts.
How can I drill to Tansactions or Receipts based on the value selected by the user from JE_Category.
I tried Preferred Drill Path concept by adding Trx_Number from Transactions and Receipt_Number from Receipts.
But it is taking only one path and getting error when I select the other one in JE_Category..
Any other way to implement this concept or please guide me if it is possible with Preferred Drill Path..
Thanks in Advance

It is possible to use the Preferred Drill Path only in Dimension (hierarchy). Then only we can drill down to other dimension hierarchy(i.e., feature of Preferred Drill Path).
My problem is how to drill down to the other dimension when I have multiple dimesions available..
I think u got my problem..

Similar Messages

  • How to provide Menu Options like BACK in ALV Grid display?

    Hi Guys,
              My problem is after displaying Multiple ALV grids using OO .I was not able to provide Back option and all those are Deactivated onj the Menu bar.So,How to provide those options.?We have a GreenButton with Symbol Correct on that Menu Bar.I was not able to see Back button and it is Deactivated.How to activate that Button.so that after displaying i can click on Back button and go to selection options.
    Thanks,
    Gopi.

    Hi Rich,
             I changed likie what u told.But still not working.I was not able to go to the Selection screen even after clicking F3 or F5 or back button.
    Standard Toolbar
    Icon Function Key                   Function Code        Function Text
         F3                             F3                   Back
         Alt-Arrow <                    F3                   Back
    Function Key Setting
    Function Key                   Icon Function Code        Function Text
    F5                                  F3                   Back
    Ctrl-N                              F3                   Back
               These are all the things which i kept in se41 tr code.
    Thanks,
    gopi.

  • How to provide select-option in module pool programming

    Hi all,
    How to provide select-option in module pool programming.
    If any body knows let me immediately.
    Thanks
    sudheer

    Hi Sudheer,
    Unfortunately there is no standard way of having a select-option in a module pool program.
    What you can try is having two fields and creating a range in your program and populating the range at runtime with respective value and trying to simulate some functionality of the select-option.
    Hope it helps.
    Thanks, Debasish

  • Image display - How do I display an image using an absolute path?

    How do I display an image using an absolute path in a compiled WebHelp?
    Our developers use RH8 map IDs within our in-house applications to display in a model window created using Telerik Rad Window.
    Unfortunately images disappear from these model windows because RoboHelp removes absolute links to [inserted] images and changes them to relative in the compiled WebHelp.
    How do we overcome this? Is there a solution in RH8?

    I have tried again and changed the path in the topic HTML
    from : ..\..\HelpTopics\Icon_Search.png
    to    :  \HowDoI\Help_CMS\WebHelp\HelpTopics\Icon_Search.png
    I am obviously unable to see it in RH8 as I have removed the relative link so it is "outside" of the project.
    This time, on compilation, it has not stripped out the absolute links. The developer was working with me on this last week and we did have any issue in that they did not hold the absolute link. Most odd!
    Checking the published help it appears to be working in the application, which is great.
    So my apologies for raising the issue but it really did not work last week.

  • How to provide print option

    Hi..
    select some Text and Right Click. i want to provide print option in popup menu
    any one have idea how to Do it
    Thanks,
    Cheers
    Mallik

    Hi,
    V can definetly use that CTRL+P option of Internet Explorer.. thnx to microsoft... :P....but is there not an alternative way so that i can print the graph but i dont want the other stuff on the same page to be printed. Say for example there are links, buttons n other UI Elemnets which i want to avoid in print...
    Thanks,
    Kunal Kotak

  • How to include Forward button dynamically using code?

    hello,
    i am creating my notification message dynamically using clob type document type attribute , and its working fine. But how i include the Forword Button in my message body.
    please advice

    i am allready doing that only, in that what will be the name of the button.
    can i put like this.
    htp.p( '<input type="button" name="forward">');
    then what about the event, shall i have to write the code for forward also.
    please advice.

  • How can I find files renamed using mv file/path/folder .filename

    So I was a complete idiot and was messing around with the terminal. I was trying to figure out how to hide folders from other people who would have access to my account. Instead of creating a useless text file within a new folder, I just tried it on one of my own personal folders. The folder itself contained about two months worth of work, and I have no clue why I did it. But I did, and now I cannot find it for anything. This is what I did:
    mv /users/azuredavid/documents/Q1/ .filename
    However when I tried to access this via the Go To folder option, it wouldn't work. I used the exact path as above as well as variations using a period. Eventually I resorted to using:
    defaults write com.apple.finder AppleShowAllFiles TRUE
    killall Finder
    Now all I see is the addition of .DS_Store and .localized files in the folder. Still no work folder. I've seen conflicting reports of what exactly is the correct command for the defaults write command. I've used the one above as well as a few others, like AppleShowAllFiles YES, bool true, etc. Is there any way to get those files back?
    Thanks in advance.

    1. Look for it directly inside your home folder, or try using the Terminal's find command to locate files with the names of items in that folder.
    2. The syntax used is one of the correct ones for that command.
    (87770)

  • How to change company logo dynamically using login information of the user in flex4 CSS styl method?

    hi all,
    I am doing mxml flex4 web application. i am using a login in my application. this login for multi user  purpose.
    My need is when a user login using his username and password his company logo should show the top of my application and his copyright details show the bottom of my application
    if another user login means his company logo and copywrights should show in my application.
    This logo and copyrights details should change dynamically based on the login information.
    I want to create this using CSS file (skins and sparks)
    How to do this,i am struck in this place,
    Looking for useful and helpful suggession or snippet code,
    Thanks in advance,
    Cheers,
    B.Venkatesan.

    If the user is logging in, presumably you are having the user hit a back end web-server and database and using something like Blaze to connect? Right?
    I personally would not do this with CSS. I would map the company icons to the users in the DB, retrieve the proper company icon and then pass it down (or embed it in the app) when the user logs in. Then, I would just set the source of the icon to be what I passed down:
    Add your image where you want it to go:
    <s:Image id="emptyImage" x="locationx" y="locationy".../>
    Then in your ActionScript, when the user logs in and you know what company the user belongs you could do this:
    private function loginUserBlazeResponse(resultEvent:ResultEvent):void {
    var bytes:ByteArray = ByteArray(resultEvent.target);
    emptyImage.source = bytes;
    addElement(img);
    img.visible = false;
    img.addEventListener(FlexEvent.UPDATE_COMPLETE, imageLoaded);

  • How to create ADF selectManyChoice dynamically using arrayList?

    Hi,
    I am using JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660. I want to dynamically create selectManyChoice through my backing using and populating the same using ArrayList. Can anyone provide me sample code for the same?
    Thanks,
    Vikas

    Duplicate

  • HOW DO I MAKE IMAGES DYNAMIC USING DREAMWEAVER & MySql

    Hi there,
       I wanted to make images dynamic in that the images would be stored in my database and then use dreamweaver to pull the images from the database using a recordset. But how do I get to store the images in MySql now that dreamweaver doesn't support BLOB and also how do I make dreamweaver pull the images from that database? PLZ somebody help

    To pull the image from Database on to your page
    1. Open your php page
    2. put your cursor where you want the image to show on the page
    3. insert>image>Select File Name From: Data Sources>select record from recordset> click ok
    4. View in browser
    In Mysyl the image was stored as a "longblob" type with "binary" attributes
    but my system is Dreamweaver CS3.
    Hope this helps. Let me know.

  • How to get regional options information using java api

    Hi all
    I want to read what is properties like what is the currency symbol , what is the precession , what is the digit seperator and No of digits after the decimal .. such information i want to get using the java API
    How can i get this information.
    i tried with Locale API.
    But it always giving me the default information only.
    If i go and change those things in teh regional options it is not effecting
    Any suggestions.
    Thankin you

    http://java.sun.com/j2se/1.4.2/docs/api/java/text/DecimalFormatSymbols.html

  • How to find database options features used?

    Hello Oracle Gurus,
    Can someone please tell me how can I find whether a database features is used in the database? e.g. I have a installation with partitioning, label security , etc installed but not sure which of these features is used.
    I could query dba_tab_partitions, for example, to find if there are any partitioned tables in the database. Are there similar views/tables that I can use to find all non standard (extra cost) options like label security, data mining, streams, advanced secuirty, etc.? Can please someone reply with relavant view/table names or queries?
    Thanks,
    Santosh

    In 10g (at least in 10gR2 that I'm checking), there are the DBA_FEATURE_USAGE_STATISTICS and DBA_HIGH_WATER_MARK_STATISTICS views. These are normally accessible through the 10g OEM webpage (administration -> database feature usage) but you can just as easily use query the views themselves.
    set linesize 120 pagesize 999
    col description format a49
    col name format a30
    col version format a10
    col currently_used format a5 heading "Used?"
    col last_usage_date format a10 heading "Last|Usage"
    select name
    , currently_used
    , last_usage_date
    , description
    from DBA_FEATURE_USAGE_STATISTICS
    where version = (select max(version) from dba_high_water_mark_statistics)
    I just thought I'd add that information to complete an old thread, in case anybody else was searching for it on the forums.

  • SSIS : How to create Column Header dynamically using expression in Flat File Source

    Hi Team,
    I need to keep configured Header Names for columns, Is there is any way to set each column name from expression? or is there is any other way?

    Nope
    But you could add a dummy row to your source to include column headers and then use options column headers in first row in flat file connection manager.
    So suppose you've three columns column0,coulmn1,column2 and you want to make it as ID,Name,Datethen make source query as
    SELECT 'ID' AS Col1,'Name' AS Col2,'Date' AS Col3, 0 AS ord
    UNION ALL
    SELECT Column1,Column2,Column3,1
    FROM YourTable
    ORDER BY Ord
    then choose  column headers in first row option
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to provide h ref dynamically plz help me its urgent

    Hello all
    String fno=null;
    ServletContext context=getServletContext();
    context.setAttribute("fno","");
    PreparedStatement st=dbcon.prepareStatement("select * from student where name=?");
    st.setString(1,name);
    ResultSet rs=st.executeQuery();
    while(rs.next())
    out.println("<a href=/jj.jsp>");
    fno=rs.getString(1);
    context.setAttribute("fno",fno);
    out.println(rs.getString(2));
    out.println(rs.getString(3));
    }in jj.jsp i have written as:
    ServletContext context=getServletContext();
    Object obj=context.getAttribute("fno");
    String fno=obj.toString();
    out.println(fno);
    PreparedStatement st=dbcon.prepareStatement("select * from student where fno=?");
    st.setString(1,fno);
    ResultSet rs=st.executeQuery();
    while(rs.next())
    out.println(rs.getString(1));
    out.println(rs.getString(2));
    out.println(rs.getString(3));
    }this code works only for one record if there are for eg:if there r 3 records like
    1 vin
    2 vinp
    4 vik then it will take only last record i,e 4 and dispay its corresponding things
    but i want if i will click on any id it should display me detalils of it in jsp as i have written above.
    how to do it.
    plz send me.,
    vidya.

    >
    iam using servlet context set and get attributes in
    ordder to pass the value through the forms this works
    but not with multuple records
    sir plz hgelp me.Don't use ServletContext for this. If there are multiple users of your server ServletContext will be shared between them which would be disasterous.
    To pass attributes between Servlets and JSPs use the request attributes. Each attribute is one object, but that object can be, for example, an ArrayList containing multiple row objects.
    You'd do somthing in your JSP like:
    <jsp:useBean id="dataTable" class="java.util.ArrayList" scope="request"/>
    <table>
    <%
       for(Iterator it = dataTable.iterator; it.hasNext();) {
           MyRowBean bean = (MyRowBean)it.next(); %>
    <tr><td><a href="<%= bean.getURL() %>"><%= myBean.getName() %></a></td>
    .......</tr>
    <% } %>
    </table>

  • How can I create PDFs dynamically using data from a DB?

    Hello,
    I am using ATG Dynamo to serve up pages for a B2C medical eCommerce site. I would like the ability to create PDF copies of a customer's invoice starting with a generic PDF template, then populating the document with the invoice-specific data and serving it to the customer.
    Anyone know where I should start?
    Thanks,
    Jeff

    Two options.
    1. Formated objects, which uses xml and xslt to create a pdf file. Apache has an open source FOP engine for Java. This is fairly complicated, but doable however the technology is relatively immature. Inexpensive, moderately steep learning curve given no prior experience.
    2. Third party application, my company uses Document Sciences, j2ee solution. Expensive, small learning curve.

Maybe you are looking for

  • Download All-in-One HP Photosmart 3100 for windows 7 Home Premium

    Good Afternoon! Unfortunately I deleted my software All-in-One for my HP Photosmart C3100 printer. The problem is: When I try to instal the software All-in-one there is a conflict. When I bought my printer my system was Windows XP and now is Window 7

  • Message transformation in BPM

    I have a scenario where I'm collecting Debmas from R3 and I want to convert it to a text file. I'm unable to transform the multiple Debmas to a single xml structure with multiple debmas. The BPM collects the IDOCs correctly but during the transformat

  • Lock and Commit work in INBOUND IDOC

    Hi Experts, Problem is about lock and commit work i need to receive idoc for Good receipt for purchase order. For one Purchase Order i can receive many good receipt Idoc at the same time and when first came in Lock the Purchase Order and further idoc

  • File sharing with MBP does not work

    The problem is that I cannot connect to my first-gen MacBook Pro from my 2 Ghz Intel iMac in my own home network. I have tried opening all ports in the sharing menu without success. The laptop shows up in the finder window but no connection is made.

  • Nested for loops error

    Hi all Community members,, I am facing problem with pulling attributes from a xml which I have created. I am using nested for loop. Please kindly help me out to solve this problem.... Thanks in advance... Below is the code & xml ... import flash.even