How to make a percables column.

Hello

How to make a percables column even if this isn't a dimension hierarchy level.


Thank you
Shil

It is not possible to use the descent without hierarchies Dim touch drill. But you can navigate from one report to another using the "Navigation" of interaction of values feature in 10g (action link in 11g)
taking column is requested in the reports in detail, but he will see the result in a separate window, not as if the results are shown in the same window with hierarchies dim drill feature.you can set up bread crumbs to return to the previous page to see the high level.

Tags: Business Intelligence

Similar Questions

  • How to make a required column as a tab?

    Hello

    I have a form of tab for the entrance, where a user can add a group and the user for this group ID. I want to make the mandatory user ID column. However I don't know how to do this.

    The only way I know to do the validation is by adding a control of validation to the elements.

    Any help would be great.

    You can refer to columns in the form of tables through the apex_application.g_fxx (where xx is the number of your column). First of all, find what column is the user ID column. View the html source of your page, you should easily find it like that.

    Once you know, you can create a validation of type 'Boolean function return' and enter something like that in the Validation Expression (assuming that the user ID is the "f02" column):

    BEGIN
       FOR i IN 1 .. apex_application.g_f02.COUNT
       LOOP
          if apex_application.g_f02(i) is null then
             return false;
          end if;
       END LOOP;
       return true;
    END;
    

    Kind regards
    Matt

  • How to make only two columns as editable in five online when the user clicks a line using adf 12.1.3.

    Hello

    I displays a table on the screen. This table is read only during the initial page load. I want to do only two columns as editable on five in a row when the user clicks a line using adf 12.1.3.

    Is it possible in the adf. If possible how to handle this. Please help on this.

    For example, drop table editable Full and then replace rest inputText (components entry in general) with af:outoutText, everything except those two.

    And use the clickToEdit feature...?

  • How to make a one column instead of two text box?

    I inherited this document to someone else, and for some reason any instead of doing the entire page 2 columns, they made the two columns of text individual boxes. How to set the number of columns in a textbox control. I know how to adjust the columns on the entire page, but I don't know how you do in a text box.

    You can set an individual text by choosing object > text frame Options. On the general tab, change the number of columns.

  • How to make all visible columns in a report interactive by default

    Hi all

    I have a report with the first column is visible and the rest are hidden by default. Is there a way I can do them all visible by default so that users may not go in equities to display in the report?

    Thank you
    Sezer

    Sign in as a developer > run the interactive report > actions > select all the columns of your choice

    Now got to actions > save > default > primary > apply

    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21674/ir_using.htm#CHDFDFJA

  • How to make the vertical column headers?

    Dear Apex Experts,

    I have an interactive relationship with many columns. All column headers are long.

    I hope to do the vertical column headings. Is this possible?

    My favorite browsers are Firefox and Chrome

    Best regards

    The CSS redesign of + {: identifier of the thread = 2263484} + for an interactive report:

    table.apexir_WORKSHEET_DATA th {
      /* Column headers need to have sufficient height to contain the longest header oriented vertically */
      height: 10em;
      /* Line up column headers at the bottom of the header row */
      vertical-align: bottom;
    }
    table.apexir_WORKSHEET_DATA th div {
      /* Left-aligned text will appear bottom-aligned under 90 deg left rotation */
      text-align: left !important;
      /* Get rid of underlined link in vertical orientation (and fix really weird bug on iOS) */
      text-decoration: none !important;
    
      /* Set the origin for the transforms: "bottom left" corner of header text; this works better than the default (center) */
      -webkit-transform-origin: bottom left;
      -moz-transform-origin: bottom left;
      -o-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
    
      /* Transform column headers: 90 deg left rotation + 12px down brings the new "left" (top) edge to the original text left position */
      -webkit-transform: rotate(-90deg) translateY(12px);
      -moz-transform: rotate(-90deg) translateY(12px);
      -o-transform: rotate(-90deg) translateY(12px);
      -ms-transform: rotate(-90deg) translateY(12px);
    }
    table.apexir_WORKSHEET_DATA th div img {
      /* Position sort direction icon in correct orientation at end of header */
      margin-left: 4px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
    }
    

    (For some approximations of this term) in collaboration with a custom on APEX 4.1.1.00.23 in Firefox 5.0 theme (customer current is clueless but locked). No possibility to try on something else for hours.

    I am 100% certain that it won't work without modification under different themes, font sizes, fonts, lengths section, the width of the columns, IR modes and any other variable that you care to think...

  • Transformation scripts: how to make the PK column

    Is there a function to get the name of the column of the PK to use in processing scripts?

    Hello

    Try this:

    importPackage (javax.swing);

    tables = model.getTableSet () .toArray ();
    for (var t = 0; t)<>
    table = table [t];
    s = table.getPK ();
    cols = s.getColumns ();
    }

    JOptionPane.showMessageDialog (null, COL);

    Then you loop PK columns and use getName()

  • How to make the new messages show up on Windows mail? columns for messages sent and deleted without long appears. How to make a comeback?

    Original title: Messages a suddenly begin to appear new downstairs; How can I make them appear at the top?  In addition, the columns for messages sent and deleted no long appears.  How to make a comeback?

    It's the Windows Mail 06 comes with Vista.

    Hello

    Step 1:

    Follow these steps and check if that helps.

    (a) open Windows Mail.

    (b) click on view

    (c) select sort by , click on to.

    Do you view recent messages on top.

    Step 2:

    (a) in Windows Mail.

    (b) click on view

    (c) select Layout.

    (d) under the basic click toolbar. (To display the toolbar if it disappears).

    (e) click on customize the toolbar and add Send/recv current toolbar features.

    See also:

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-Windows-Mail

    Hope this helps,

  • How to make a percentage of the value of a column and then insert this value in a column

    The table below should be the result I want to achieve. This means according to what value is in Column1 which corresponds to the percentage and what value is in Column2. Column1 will make a percentage of Column2. Like 80% of 1000 = 800, what will change in Column2 of 2nd record.

    Currently my code only select the current record and insert another copy that will duplicate the same record. But now I need to calculate and replace the values in column 2 according to the perentage. I did not have my code select here because I'm afraid of you all will get confused. I only put my code insert here, pls tell me how to make the formula in the code for the percentage of Column2 thanks.

    Orginal 1st record->                                                 column1 column2 
                                                                          
    80   1000  

    Inserted copy records which is 2nd record
    (what I want to achieved)   column1 column2 
                                                                          
    80   800


    My codes

     INSERT INTO table1 (column1, column2) VALUES (tran.column1, tran.column2);

    Did it using this, thanks.

    INSERT INTO table1 (column1, column2) VALUES (tran.column1, tran.column2 * tran.column1 / 100 );

  • How to make two of my red columns please

    I would like to know how to make my column savings on my red page please so it stands out.

    www.bristolequestrianservices.co.uk/TestPage.html

    Thanks for expectations.

    karenserjy1 wrote:

    Red text


    {TD:nth-Child(3)}

    color: Red;

    }


  • How to make columns of text with adobe muse

    Hi, how to make columns of text with adobe muse (like InDesign)?

    As Brad has already indicated, the columns are a difficulty.

    Set a text box to separate visually in separate (with a nice gutter) columns does not seem so difficult, but the problem lies in how to manage the flow of text in regards to positions, simple lines ugly upstairs and down a column, deliberate column breaks, how to connect to the text of subsequent block etc. The developers of W3C and browser have not yet agreed on this issue. (Look for the clear green statutes in the table: http://caniuse.com/#search=columns)

    As a matter of fact, Adobe has proposed and developed an alternative for wounds and flawed of current columns, at the W3C long meetings: 'Régions' (which could also leave the text to "wrap" around a box or even an irregular shape). But their effort was in vain. ' Technically too much, too soon, to be treated by the mobile browser engines ", was the comment of Google . So the W3C put this contribution on the shelf.

  • How to make reference to a column name in the domain constraint

    When specify us a constraint check (for SQL Server) in a field, we need to enter an expression in the syntax, for example

    Len (Phone) > 7

    Later, the Modeler will exactly this expression in the SQL code. But it would be wrong as a constraint to refer to a column name in the table (which would not be 'phone').
    So, how to make the data name Modeler to a real column in the constraint domain?

    Hello

    Use the % COLUMN as a placeholder column name - len (%COLUMN%) > 7

    Philippe

  • How to make the Web Gallery with 3 columns of thumbnails?

    Hi all

    I used the gallery photo web to build a few sites, but always with thumbnails in a single, vertical, column within a framework that scrolls. and I have never mch liked this scroll bar.

    I came across this page:

    http://www.mariannekolb.com/recent.html

    that, as I look at the code, cannot even make use of web photo gallery, but is very similar.

    in any case, someone in this group has an idea how this miniature of multiple column (without scroll bar) is completed?

    Thank you

    the person that I'm building the site hate scrolling.

    In this case, choose a skin different (several to choose) and / or modify the CSS code to meet your needs.  jAlbum forums can help you.

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB

  • How to make added columns to be visible by default in the interactive report?

    Hello

    I added two columns of an interactive report.
    When I run the page, added columns are not visible.
    Then I made them visible through the option "select columns".
    But next time when I connect to those two columns are still invisible.
    How can I make either added columns visible by default in the interactive report?

    Thank you
    Guy

    I had this problem: you must run the report as a developer and include the option "actions." Then, when the report as you want (ie: you change when executing it) use the Action save to save the default layout. You then see this return in the development environment and that's what it's going by default for users.

    I hope at least that's the answer!

    Kind regards
    Steve

  • In windows 8 How do you do the column bookmarks 'flexible '? I used to be able to make it narrower.

    Windows 8 How do you do the column bookmarks 'flexible '?

    Sounds that you use the bookmarks Menu button that opens a drop-down list.

    Firefox has two buttons bookmark with a star in the window customize.

    A single star button has a drop-marker that opens the bookmarks menu and may appear on the Navigation toolbar or on the bookmarks toolbar if the menu bar is hidden.

    The other Star without the drop-marker button opens the bookmarks in the sidebar (view > sidebar > bookmarks).

Maybe you are looking for