hide a column in the report

HI Apex community
I want to hide a column in a report based on an item(#item#) of the same report.
for ex, if the Bill is zero line DUE to hide then this particular customer
I tried with the condition is null value equal to #invoice # but it hide the entire column instead of individual columns.

Pls suggest me how to implement this.


4.1.1 Apex oracle 11 GR 2, oc4j, linux.


Thank you

Well Yes, I had this problem once - it happened only in some browsers.

I do not think that I solved it with great elegance, only by obscurity

NVL2 (my_value, ' / i/blank.gif ',' / arrow_down.gif/i ')

then set the target page as a result.

In theory, I think you could add an id to those you want to hide, and then run some jquery to hide all items.

Scott

Tags: Database

Similar Questions

  • How to hide a column in the report when there are only zeros.

    Hi Experts.,.

    Is it possible to hide a column in the report when there are only zeros.

    Thanks in advance
    Vincent

    Vincent Krishna wrote:
    Hi Experts.,.

    Is it possible to hide a column in the report when there are only zeros.

    Thanks in advance
    Vincent

    No out-of-the-box, but there are several workaround solutions if you want to continue an any of them:

    (1) use a view selector. A single report will be a pivot table with the column, the other will have the same report less column. Users can switch reports.

    (2) use a column selector. The two choices would be this column or an empty space. If white is chosen (because the user has no values), the column "will disappear" according to the report.

    (3) guided use NAV. This method involves the intervention of the user. Build a small report using the single column and put a filter "is not equal to" 0. Because there is only a single column, so all lines are 0, the report returns no rows.

    Use this report in the properties of guided navigation from one section of the dashboard. Assign to this "If the report returns lines" and put the report that contains the column in this section. Now add another article on your table edge and in the properties of guided navigation of this section, set on "If the report will return no rows" and it points to the small report as well. In this section, put a second version of your report without the column in it.

    When the column contains all zeros, the second section with column will not display in it; the first section is not displayed. When at least a line contains a value not zero, the first section is displayed with the column, and the second part will not be.

  • Dynamically show/hide columns in the reports of the IR

    Env

    RDBMS: Oracle XE 11.2

    Request Express 4.2.4.00.08


    Hi all

    I am bulding an open source oracle apex app to track aircraft using ADS - B technology.

    I have somes types of units.  for example (kilometers, miles, knots, feet and metres).

    So, in the report of the IR, I want pick capable of showing a unit in time.

    For example

    Radio Group.

    Ground speed: (*) km/h () Mhp (Knt)

    Vertical speed: (*) ft/s (m/s)

    Can anyone help to build a code or point a direction to get above result?

    I tried already a thread, but did not work.

    Apex: Display/hide report column with Radio button. 2 cents to Oracle by Christoph

    Display / hide column IR dynamically


    I have a limited knowledge of Oracle APEX.


    Levi Pereira says:

    I am bulding an open source oracle apex app to track aircraft using ADS - B technology.

    I have somes types of units.  for example (kilometers, miles, knots, feet and metres).

    So, in the report of the IR, I want pick capable of showing a unit in time.

    For example

    Group of radio buttons.

    Ground speed: (*) km/h () Mhp (Knt)

    Vertical speed: (*) ft/s (m/s)

    There are different ways to do this. Probably the easiest would be:

    1. Create lists of values (LOVs) for units.
    2. Add the elements of the Group of radio -based unity LOVs report interactive region (IR), by specifying one of the units as a default value.
    3. Present the radio group via the Items property of the Page to send IR region.
    4. Create multi-column report for each metric combination / unit.
    5. Control the display of the report columns (applies to IR, but also classic report columns) conditionally using value of element in the Expression 1 = Expression 2 conditions Expression 1 is the group element of relevant radio and Expression 2 unit LOV value corresponding to that used in the column of the report.
    6. Add a dynamic action on the evolution of the components of the radio to refresh the IR region.

    A less obvious approach would also use LOVs, group radio elements and dynamic action of change/update as above, but only have one column for each measure in the report. The column value is calculated using an expression based on the value of the radio group, for example:

    .
    .
    .
    /* Assuming base speed unit is km/h */
      ground_speed
    * case :p1_ground_speed_unit
        when 'mph' then 0.621371
        when 'kn' then 0.539957
        else 1
      end ground_speed
    .
    .
    .
    

    The unit could be indicated in the column heading in the report referring to the element of the device by using a substitution of static text string:Ground Speed (&P1_GROUND_SPEED_UNIT.)

  • Hiding the data in the column on the report, but allowing the export of these data in the column

    I have a classic report I want to hide columns on the screen when the user runs the report. However, when they choose export data, I would like to include these columns in the exported file. In terms of attributes, the deselection of the Show checkbox removes this column of list on the report. However, she removes it also to export. Going into the print attributes tab and checking included in export and check the width of column > 0 does not solve this problem.

    Is it possible to hide the columns in the report area, but retain the column data for the export file?

    Thank you
    Joshua

    Published by: joshua.d on November 5, 2008 13:44

    Joshua:

    I was able to use the OTN of Denes Kubicek http://htmldb.oracle.com/pls/otn/f?p=31517:108:5784337801775286:RP site code:
    to enable an on-screen report columns that must appear in the export. (The export is carried out in a XLS file. The Dene code can be easily modified to write CSV instead).

    Please follow the link above and get the necessary pkg pl/sql and instructions. Follow the "How To" or Readme doc and configure your application to the Apex and the report as a result page.

    Go to the section "Attributes of column" for each column in your report and explicitly don't set the field 'Inlcude in export' to 'Yes' or «»

    I hope it works for you.

    CITY

  • Using the value of the column of the report in view state

    Hi all

    I have a little trouble as long as you report column. Here's the problem I have face.

    I have a classic report in apex5 (universal theme). Please find the page here https://apex.oracle.com/pls/apex/f?p=62495:5:

    I want to have a condition that SAL column should appear only if DEPTNO! = 10. For this, I put a conditional display for SAL column that "point value / expression 1 column! Expression 2 ="and #DEPTNO # expression1 and expression2 10. But this doesn't seem to work. Can someone help me understand the issue.

    Note: I want to view only the column of the report, not the page item in the condition.

    Thank you

    Stephanie.

    Kalesh Ravi-Oracle wrote:

    I want to have a condition that SAL column should appear only if DEPTNO! = 10. For this, I put a conditional display for SAL column that "point value / expression 1 column! Expression 2 ="and #DEPTNO # expression1 and expression2 10. But this doesn't seem to work. Can someone help me understand the issue.

    It is not possible to report baseline values in the State of the reference column. It would be unwise to do so: how APEX can determine if the column should be included or not until all rows are retrieved?

    Note: I want to view only the column of the report, not the page item in the condition.

    Why? In the example given, this is the correct (and more effective) approach. If the condition must be based on the expected query results, then use a Exists (SQL query returns at least one row) or NOT Exists (SQL query returns no line) condition.

  • Changing the order of the columns in the report

    Hello

    I use the Application Express 4.1.1.00.23 and created a report. What I can't seem to change the order of the columns however is generated by the report.

    It is not based on the SQL query because for example the 'Name' field is 2nd in the select statement, but on the report, see the last name column is the last column.

    Is it possible to change the order?

    Simple, change your report page > under region click report hyper link to your report.

    You will see the list of columns where you can order the columns on the report on the far right by using small icons. don't forget to click on apply changes after the reorganization of the columns.

    Thank you

  • Static value in a column of the report

    Hi all

    I have a problem with the data displayed in a column in the report. I'll explain with an example.

    I have two tables A, B. And I associate myself with B on A extract the data of a column in the table b. data looks like in below after that I joined.


    Table A - table B

    Adam - Oracle

    Bill - Java

    Kevin - Oracle

    Kevin - Java


    so my report shows that Kevin has 2 records. where a single record and because of the property of the join, it displays in the form 2.

    Is there a way to show, Kevin as a record and the data in column (B) like "Java - Oracle?

    I use 9i db, apex 3.1


    Thank you in advance,
    Daniel

    Published by: Daniel on August 17, 2011 13:28

    Published by: Daniel on August 17, 2011 13:29

    Published by: Daniel on August 17, 2011 13:30

    With the help of 9i, you have to code your own pivot function... There are SEVERAL version of this out there:

    Uses the sample table emp that comes with Oracle...
    
    select
       deptno,
       rtrim (xmlagg (xmlelement (e, ename || ',')).extract ('//text()'), ',') enames
    from
       emp
    group by
       deptno;
    
        DEPTNO ENAMES
    ---------- ----------------------------------------
            10 CLARK,MILLER,KING
            20 SMITH,FORD,ADAMS,SCOTT,JONES
            30 ALLEN,JAMES,TURNER,BLAKE,MARTIN,WARD    
    
    Hint.. Try replacing the call to select from emp to wrap a select around your select from a & b..
    
    Or this one:
    
    select
       deptno,
       substr(SYS_CONNECT_BY_PATH(lname, ','),2) name_list
    from
       (
       select
         lname,
         deptno,
         count(*) OVER ( partition by deptno ) cnt,
         ROW_NUMBER () OVER ( partition by deptno order by lname) seq
       from
         emp
       where
         deptno is not null)
    where
       seq=cnt
    start with
       seq=1
    connect by prior
       seq+1=seq
    and prior
       deptno=deptno;
    
    DEPTNO NAME_LIST
    1      Komers,Mokrel,Stenko
    2      Hung,Tong
    3      Hamer
    4      Mansur 
    

    Thank you

    Tony Miller
    Webster, TX

    If vegetable oil is made from vegetables, then what is baby oil?

    If you answer this question, please mark the thread as closed and give points where won...

  • How to use the prompt value in the column of the report

    Hello

    I have a quick report column which is 'Adj Type' that contains values 10,20,30, and when the user selects Adj Type = 10, this value should be passed on to the column of the report.

    For example. Value in column 1 is 10 and this should multiple with the prompt value and production is expected to be 10 * 10.

    Ideas how to capture the prompt values in the column of the report for the calculation.

    Hi hsekar,

    (1) declare a presentation online in the section variable set Variable--> Variable--> P_var presentation

    (2) in Fx Table_name. Your_column * @{P_Var}

    @{P_var} {20} (20 is the default, it replaces when a user selects the value in the command prompt

    Thank you
    Saichand.v

  • How to put a "ageing in column" in the report

    Hello

    One of my end users wants a 'Aging' column in the report.
    That is to say he needs a column which gives the number of days between his container_received_date and the Current_date.
    Can I implement this directly in the OBIEE answers?
    or I have to put a separate column of formulas in the administration?
    Please suggest.


    Suma

    Hello

    Use timestampdiff function in answers column formula like this

    TIMESTAMPDIFF (sql_tsi_day, container_received_date, Current_date)
    or else
    use the same formula in RPD mdb layer create a new logical column
    Right-click logical table
    Select the logical column
    in the logical column check using the source from the existing logical table
    Add this formula

    Concerning

    NGO

    Published by: NGO Meda on March 23, 2009 04:35

  • How to add scroll bar to the field in the column of the report

    Hello again,

    I need to add a scroll bar to the field in the column of the report in my application "form.

    There is a table with columns of text and sometimes a lot of information must be filled in these areas, and thus the overview of the report becomes unreadable, because all rows have different heights according to the amount of text has been filled.

    What I want is to make all lines with the same height, and if there is more text in a field that can allow a height - a scroll bar appears so for this specific domain.
    Is it possible to do?

    Thank you in advance.

    Hello

    OK - it is important that tell you what type of report that you use like this makes a difference to what is possible!

    For interactive reports, you cannot use a CSS stylesheet in the same way with respect to normal relations. The easiest way is probably to include a complete div in your SQL statement directly. Something like:

    select      ID as "ID",
          '
    ' || "MY_BIG_FIELD" || '
    ' as "DETAILS" from TABLEX

    This will put the data in this column in the individual DIV tags, and then apply the style from the example of the Dene.

    Andy

  • Hide dynamically last column in the report

    I have a classic report generated by a dynamic query. I never know how many columns will be returned by this query. I need show/hide the last column in my report. Any help would be greatly appreciated.

    Thank you
    Mark

    Hello

    as suggested, you can use jQuery selector.

    In your report the static id value we will say MYTABLE, and then in the same region in the page footer section established

    
    

    The 'tricky' part by their Summit, it is that when you set static id really put you it to the region (which is defined as a table) and not for the table that is in fact the data display. This table is part of the table for which you configure static id. That's why you use the selector "chart".

    Kind regards
    Aljaz

  • Hide a column, if the total of column is 0 (zero)

    Hello

    I'm trying to hide the entire column if the column total is 0.

    Model example:

    NUM

    IF Amt1 end if

    Amt2

    IF Amt3 end if

    F NUM

    IF $0.00 end if

    $0.00

    IF $0.00 end if E

    Totals

    IF $0.00 end if

    $0.00

    IF $0.00 end if

    Sample data:

    NUM

    Amt1

    Amt2

    Amt3

    10 P

    108.25

    28,00

    0.00

    0020445.000.00003100.12472.000.00004145.00872.000.000054:30 pm25.320.00

    I use the below expressions that does not work.

    <? If@column:sum (amt1)! = 0 ? > <? amt1? > <? end if? >

    <? If@column:sum (amt3)! = 0 ? > <? amt3? > <? end if? >

    I want to hide the entire cloumn Amt3 and leave the '0' at such amt1 what. Any help would be appreciated.

    You can try as

    before the table do the sum (amt3) column using the variable and store that value in a variable, then use this variable as u stored the value of the sum (amt3) column.

    F cal variable to get the sum of column E of amt3

    NUM

    Amt1 end IF

    Amt2

    Amt3 end IF

    F NUM

    If $0.00 end if

    $0.00

    If $0.00 end if E

    Totals

    If $0.00 end if

    $0.00

    If $0.00 end if

    Then use

    If it doesn't work for you send me xml and the model to my email, I can try on my side and send model u updated.

    my email: [email protected]

  • What't the purpose of having a hidden column in the report

    Hello experts,
    So, since I'm still fresh to the company I meet things worth exploring... I've seen many times where a report will have a certain column in the criteria but its hidden analytical results. There someone why


    for example... the criteria shall: time, name of the project, the project task. then the results will show: time and task project, then the project name is hidden... why?


    Thanks as always

    The hidden column can be referenced in a calculation or be used to sort the results, but not required by the user final report is visible.

  • using column value in a CSS Style for the column in the report

    I am trying to apply a style CSS (background color) to a column in a report based on another column.

    So the attributes column for a specific column, I would like to be able to add this to the "CSS Style" field under the group, "formatting of column:

    background-color: #BKG_COLOR #;

    It seems not to take my column value, which is #daf2ea

    In the field of Style CSS, if I change it to: background-color: #daf2ea - so it works.

    So he doesn't seem to take my #BKG_COLOR column value' in the field of Style CSS.

    Any ideas? What do I have to use the "HTML Expression" field instead, and how could I do?

    Thank you
    John

    jfosteroracle wrote:
    I am trying to apply a style CSS (background color) to a column in a report based on another column.

    So the attributes column for a specific column, I would like to be able to add this to the "CSS Style" field under the group, "formatting of column:

    background-color: #BKG_COLOR #;

    It seems not to take my column value, which is #daf2ea

    In the field of Style CSS, if I change it to: background-color: #daf2ea - so it works.

    So he doesn't seem to take my #BKG_COLOR column value' in the field of Style CSS.

    Any ideas? What do I have to use the "HTML Expression" field instead, and how could I do?

    Don't believe that * CSS Style * supports the substitution of the column.

    You can use * HTML Expression: *
    {code}
    #OTHER_COLUMN #.
    {code}
    However the two this and * CSS Style * apply a style to a span element in the cell of the report, rather than the whole cell, which is what everyone expects in general / wants. To apply background color to the cell, you must use a custom report named column model: + {message identifier: = 9908585} +.

  • Change the order of columns in the report

    Hello

    I am reorganizing the column in my report to read 'Path of the virtual machine', 'Name', 'Property DL'. I tried moved the code in the 'name', 'property DL"empty columns but proper order came.

    Is there a way to make the 'VM' way a function?

    See attachment.

    Thank you

    Cut & paste garbage. My fault.

Maybe you are looking for