Interactive report column order not working properly

Hi All,
Can anyone help me with this situation:
Example:
1)
First of all I created a interactive report with this simple query
Select 1 col_A, 2 Col_D from dual
2)Later I modified the query like this
Select 1 col_A, 1 col_C, 2 Col_D from dual
But when I run the report the new column added appear in the end?
I already tryed to reorganize the column order in the navigator menu, but the issue remains.
Any ideas?
Thanks

Hi,
Login to APEX builder. Run your page.
Select columns from report action menu and save default layout.
Regards,
Jari

Similar Messages

  • Interactive report column search not working

    Hi,
    On Apex 4.01 and discovered that when using the individual column search functionality (clicking on the column label), the search on a column for a userid, the dropdown listing is not showing all userids that are clearly listed in the report. For example, the dropdown only shows up through IDs starting with 's--------' so when I search for an ID with 'vm' it does not show it, yet I can do a sort and go down the rows on the report and find it. Is there a limit to the dropdown list? Or is this a bug?
    Pat

    Hi,
    Login to APEX builder. Run your page.
    Select columns from report action menu and save default layout.
    Regards,
    Jari

  • Interactive Report - search does not work when using custom authentication

    Apex 3.2.x
    I can authenticate fine with my custom authentication and all of my pages work okay except for one page that uses the Interactive Report feature. When I click 'Filter' then enter the column name, operation (contains, =, like, etc.) and the expression, then click the 'Apply' button, the page just re-displays and my filter information is missing?
    If I first login to Apex, select and run my application, the Interactive Report features work just fine. What's missing?

    More information:
    After login into my Apex workspace (development environment), when I display the Interactive Report and click debug I see this debug message:
    "using existing session report settings"
    When I login using my application's custom authentication and click debug I see this debug message:
    "creating session report settings as copy of public saved report"
    Based on this, it appears that my session info in not set correctly when using custom authentication... but I'm not sure what needs to be set.
    Edited by: user9108091 on Oct 22, 2010 6:44 AM

  • CSS Style (report column attributes) not working

    I found the CSS Style settings for a report column only seem to work if using a "Standard Report Column". Since the report is wider than the screen, some columns are wrapping, making the report not-that-nice readable.
    Unfortunately I have the need to define some report columns where undesired wrapping occurs as "Display as Text (based on LOV, does not save state)" and tried to avoid wrapping using "white-space:nowrap;" or specifying a fixed width, but it seems I'm out of luck - is there a way around this (other than performing the report query using a huge DECODE clause and setting the column to "Standard Report Column" again, which somewhat renders the LOV useless except for the select list on the data entry form)? This is happening on APEX 3.12.
    Furthermore - is this expected behaviour?
    Thanks in advance,
    Holger

    Furthermore - is this expected behaviour?Looks like it, or it is a [long-standing bug|http://forums.oracle.com/forums/thread.jspa?messageID=1126613]. I've tried it (although only have access to APEX 3.0 at present) and none of the CSS class/style/custom attributes from Column Formatting or Tabular Form Element are being applied. If it's not a bug then it should be raised as an enhancement request.
    In the meantime you'll need to work round it.
    other than performing the report query using a huge DECODE clause Is that necessary due to a static LOV? If it's dynamic based on a table/view then get the look-up value in the query via a join or scalar subquery so you have a Standard Report Column and can use the CSS class/style/custom attributes from Column Formatting.
    Alternatively, stick with the Display as Text from LOV and create a custom named column report template using [colgroup/col|http://reference.sitepoint.com/html/colgroup] to specify fixed width columns.

  • Interactive Report Bind variable not working ?

    Hello,
    i am new to APEX and trying to find how to use APEX Interactive Reports them with bind variables. So, i have created one with the following query:
    SELECT i1.if_bic_code, b.bicname, count(*) cnt
    FROM IF_DATA i1, bic b
    WHERE i1.if_bic_code = b.biccode(+)
    AND i1.insert_date BETWEEN :P40_X1 AND :P40_X2
    GROUP BY i1.if_bic_code, b.bicname
    The Report is supposed to show a count of submissions per bic_code (=bicname) from the table IF_DATA for the specified time period.
    These 2 bind variables are actually 2 Items in the same region, using a Date Picker for them. They have no initial values. So, the report initially displays no records. After either using the Date Picker or manually entering values in these 2 Items, and pressing Go button still displays no rows. Am i missing something here? It seems that either the query is not submitted again to database, or the bind variables are not taken the values entered to them.
    TIA

    I tried with the date mask you proposed with no success though. It seems that it does not take into consideration the values of those items (variables) and i am wondering whether i have missed any step in this. The items are also of Date type with those settings for them under Source Group:
    Source Used
    Always, replacing any existing value in session state Only when current value in session state is null
    Source Type
    Static Assignment (value equals source attribute)
    My aim is to filter the rows in the where statement through these variables(items), so this way letting the user specify the range and also display the report with the grouped values. The date field (insert_date) is not part of the Select part of the sql statement.
    Also if i eliminate the date part of the where clause of the sql statement, the report displays correctly, but of course with the full date range, which is not what i want.

  • BUG: Dynamic report column headings not working with some templates

    Using Apex 2.0, we are trying to create a vertical report with dynamic labels like &P26_REF_RECEIVED_DATE_L. based on items populated by PL/SQL.
    This seems to work fine for some templates but not for others. With a horizontal report template we get output like:
    <th class="t4ReportHeader" id="REF_RECEIVED_DATE">Received</th>
    <td  headers="Received" class="t4data">29-MAR-2007</td>But with the vertical template we get:
    <th>&P26_REF_RECEIVED_DATE_L.</th><td>29-MAR-2007</td>Also, if we use "default: vertical report, look 1" we see "&P26_REF_RECEIVED_DATE_L." in the output, but with "default: vertical report, look 2" we see "Received".
    Message was edited by:
    Tony Andrews

    have you checked that your report template has a
    valid value for the "Column Heading Template"
    property?This template has nothing in the "Column Heading Template" because it is designed to show the data in this form:
    Heading1 - Value1
    Heading2 - Value2
    Heading3 - Value3
    Hence both the heading and the data appear in the "Column Template 1" property as follows:
    <tr><th class="t3header">#COLUMN_HEADER#</th><td class="t3data">#COLUMN_VALUE#</td></tr>
    Maybe it is an Apex limitation that the #COLUMN_HEADER# value can't be accessed from this subtemplate? Yet somehow it works with "default: vertical report, look 2" (which I realise isn't a template as such).

  • Checkbox in a datagrid column header not working properly

    Hi,
    I have rendered a checkbox in the header of a datagrid column
    using headerRenderer property. That column also has all entries as
    checkboxes. What I want to do is that on checking the header
    checkbox, all checkboxes should get checked. Though I am able to do
    this BUT the header checkbox remains uncheched in the whole
    process! Whereas, if I remove this eventHandler from it, then the
    header checkbox shows the correct state i.e., show checked on
    checking & unchecked on unchecking!
    Any input?
    Thanks in advance,
    Cheree

    hi many thanks for looking at my problem
    what i am trying to do is show a column if the proc_id is greater than 2
    it just looks a bit silly when a user configures the file (but not submitted it for loading)
    the file cnt is null or zero - i had hoped not to show this - the proc_id is found from the report query !

  • Network Service Order not working properly.

    In System->Network->Set Service Order I have Thunderbolt Ethernet above Wi-Fi but this order doesn't seem to always be honoured.
    Sometimes, it will use Wi-Fi even when TB Ethernet is connected and working.
    OS X 10.8.5 on a 15" mid-2012 rMBP
    Any ideas why? Known bug?
    Annoying when doing things like back-ups as Gigabit Ethernet is faster than 802.11n

    OK, after a couple of hours trawling through numerous threads about the TB->Ethernet adaptor I've found the answer. It's not a network problem per se, it's to do with the way network shares bind to network interfaces.
    When a share mounts it searches for a network interface using the Service Order. As this is a laptop it invariably uses Wi-Fi as the TBE is usually not available. However, if a higher priority interface later becomes available, the share doesn't re-bind to this, it remains bound to the original interface.
    The share will only bind to the new interface if either it is unmounted/remounted or the original interface goes away. So by turning off Wi-Fi it forces it onto the TBE (and Wi-Fi could be turned back on straightaway).
    This also explains why, when I deleted the plist file you suggested, it appeared to work at first but this was only because the TBE was connected when I restarted my computer.
    I don't know whether this is considered "standard" or "normal" behaviour for a network share or whether it's a bug - or just poor design - by Apple. As a user, i would want network activity to always use the fastest interface available.

  • Report Statistics Task not working properly

    Within the past month or so, the report statistics task has stopped displaying useful information and is instead showing things like :
    Org.apache.bsf.BSFException: exception from Jython:
    Traceback (most recent call last):
    File "<string>", line 2, in <module>
    File "__pyclasspath__/warnings$py.class", line 7, in <module>
    File "__pyclasspath__/linecache$py.class", line 9, in <module>
    File "__pyclasspath__/os$py.class", line 127, in <module>
    File "__pyclasspath__/ntpath$py.class", line 487, in <module>
    File "__pyclasspath__/ntpath$py.class", line 487, in <module>
    java.lang.NullPointerException
    Anyone have any insight into what is going on? These interfaces are mainly Oracle to Planning and are successfully loading members into the Application.

    There seems to be some environment change causing this problem. I would suggest working with support to investigate the environment issue.

  • Webi Report : Drill Functionality not working properly

    Hello Guru's,
    I am working on Webintelligence Rich Client XI 3.1 FP 3.5.
    I have created a hierarchy Country -> Region -> Location -> Customer  and Sales Amount in my universe. I exported it to CMC and Created a Webi Report. I selected Country and Sales Amount only into the output screen and clicked on DRILL button in Webi Report and it showed me a line below Country which represents the drilldown is ON now.
    When i clicked on Country, it drills to Region and when i select any region, it drills to location and then to customer. The objects which is drilled that we can see in the Report filter (in the toolbar). Now, if i want to change Country or Region or Location directly (rather then click on Up, Up and Up). So, i clicked on the objects available in the report filter (in the toolbar), it doesn't show me the other contries or Region or Location while i see the same functionality in the standard Webi report (Formatted Report for Drill) given by SAP. If i drill any dimension then it comes in the Report Filter tool bar then i can see all the values for that dimension in the Report Filter and i can change it any time.
    What is the difference in that filters ? Do i have to make any settings ?
    Please do the needful and let me know.
    Regards,
    Komik Shah

    Hi,
    Can anyone help us on below requirement:-
    We are trying to build a BW hierarchy based  webi report. Trying to use drill features on charts.
    Then using this document link in our website ,which is used on Mobiles.
    The problem here is - I cannot drill up on an hierarchy using on mobile without right click.Is there any way to do do this?
    Regards,
    Vidhi

  • Report column sort not working

    Hello,
    Apex 4.1
    I have a master-detail report and form. I have ticked the "Sort" box in the Report Attibutes to sort by one of the fields, a text field. However, when I click on the column heading to sort the report it sorts by the primary key id column instead.
    Is there something else that needs to be done to enable a sort on a column?
    Kind regards,
    Simon

    Hi,
    Login to APEX builder. Run your page.
    Select columns from report action menu and save default layout.
    Regards,
    Jari

  • OBIEE 11G report download with excel 2000 is not working properly

    Hi all,
    The Analytics report download is not working properly in excel 2000.
    This version is no longer supported?
    Is any way to workaround this problem?
    Cheers
    Carlos Pereira

    Hi,
    which version r u using? until obiee11.1.1.5 its bug but solve it by workaround method . also the bug fixed in obiee.11.1.1.6
    11700314 REPORT NOT EXPORTED FULLY INTO EXCEL WHEN DOWNLOADING FROM PAGES OTHER THAN 1
    1) stop it all u r bi serivices then take a back of u original instanconfig.xml file then do the below changes
    D:\Oracle\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1
    instanceconfig.xml
    just add below content then
    <Views>
    <Pivot>
    <MaxCells>6500000</MaxCells>
    <MaxVisibleColumns>100</MaxVisibleColumns>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>65000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>500</DefaultRowsDisplayed>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDownload>64000</DefaultRowsDisplayedInDownload>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DisableAutoPreview>false</DisableAutoPreview>
    </Pivot>
    <Table>
    <MaxCells>6500000</MaxCells>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>65000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>500</DefaultRowsDisplayed>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDownload>64000</DefaultRowsDisplayedInDownload>
    </Table>
    </Views>
    Restart all u r bi services..
    then test it out.
    Thanks
    Deva

  • Copy Function is Not Working properly In Order Management

    Hi,
    Description-
    When an order with remnant model is copied, it copied only the topple model line and they include items attached to the top model line. It doesn’t copy the
    option class lines and the option item lines (unshipped and shipped).
    Example-
    Enter an order with for pd-pto-model. See order#21231.The ordered quantities and structure of the model is shown below:
    pd-pto-model 5 qty
    pd-std-item1 (included item) 5 qty
    pd-pto-oc (option class) 5 qty
    pd-std-item1 (included item with rfr checked) 5 qty
    pd-std-item2 (option item with rfr checked) 5 qty
    pd-std-item3 (option item) 5 qty
    Booked the order and pick relased the order. While shipconfirming only shipped 5 qty of pd-std-item3 and staged the rest. On querying the sales order, the line status is seen correctly as follows:
    pd-pto-model Closed
    pd-std-item1 (included item) Picked
    pd-pto-oc (option class) Closed
    pd-std-item1 (included item with rfr checked) Picked
    pd-std-item2 (option item with rfr checked) Picked
    pd-std-item3 (option item) Partially Interfaced to receivables
    Copied this order from the order header. The new order# is 21232.On querying the order, I see only 2 lines as follows:pd-pto-model.
    Anyone can help me on this issue.
    Thanks,
    Chinna

    haisrig wrote:
    Hi ,
    We are facing an issue with select() in Solaris 10. we had written a sample program to this issue.
    Program name :- sel.cpp
    int main()
    struct timeval sleeptime;
    sleeptime.tv_sec = 60;
    printf("1\n");
    select(0,NULL,NULL,NULL,&sleeptime);
    printf("2");
    return 0;
    When i run this program in Solaris 9, its printing 1 and after one minute its printing 2.
    When i run this program on Solaris 10, its printing 1 and 2 without waiting for 60 seconds.
    When i tried to print tv_usec, its printing as 0 in solaris 9 and some garbage values in solaris 10.
    I think because of that the above select function is not working properly in solaris 10.
    Why the tv_usec is not taking 0 as default values in Solaris 10?
    We are using our legacy code for past 20 years. So, before going to do any changes we are trying to find why this happenig like this.Hi
    It sounds to me that you've been lucky for 20 years then.
    Local POD variables on the stack that aren't explicitly initialized can contain any value. Here's what I see in your app with dbx
    (dbx) run
    Running: sel
    stopped in main at line 9 in file "sel.cpp"
        9      sleeptime.tv_sec = 60;
    (dbx) print sleeptime
    sleeptime = {
        tv_sec  = -4198732
        tv_usec = 0
    }That's on a Solaris 10 SPARC machine. If I try it on a Solaris 10 x86 box then I get
    (dbx) print sleeptime
    sleeptime = {
    tv_sec = -830490588
    tv_usec = 134510556
    and I see the behaviour that you describe.
    Paul

  • Formula Columns are not working in Reports 10g

    Hi,
    We converted the reports developed in Reports 6i to Reports 10g. When we run the report in Reports 10g Builder everything works fine. But when we deploy the same report in Oracle Application Server and invoking the report the formula columns are not working ie., the fields/ placeholder columns which are based on the formula column are not displaying any values in the report.
    Please, someone help us in this regard.
    Thanks & Rgds,
    M T

    What version of Reports do you use..???
    Greetings...

  • Windows reports that the "USB-IF xHCI USB Host Controller" device is not working properly.

    I have been receiving the following error and instructions to fix it for a long time now, prior to updating to Windows 8.1:
    A device is not working properly
    Windows reports that the "USB-IF xHCI USB Host Controller" device is not working properly.
     Recommended solution to the problemUse Windows Update to check whether new device drivers are available. Proceed as follows:
    Open Device Manager
    Search in the device manager for the device whose driver you would like to update and double-click on the device name. You may first have to enable the "Show hidden devices" entry in the "View" menu.
    Switch to the Driver tab, click Update driver and follow the instructions
    When I follow the instructions and try to update the driver, I am told "The best driver software for your device is already installed."
    How do I update the driver to stop receiving the error?  
    This question was solved.
    View Solution.

    I have solved the initial problem.    
    I found the solution on the Forum at http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03926756&tmp_task=solveCategory&cc=us&dlc=en&la...

Maybe you are looking for

  • Revision / Batch number set in Sales Order

    I have a problem with the Rev/Batch # input in the item level in Sales Order. We create batch numbers in the background via MSC1N when Goods receive is done (MIGO). So when we create Sales Orders, in the item level we enter the Revision in the field

  • Video is grayed out

    i am trying to do a video chat with y friend but all the video chat and audio chat icons are grayed out and i have it enabled

  • ORA-01000: maximum open cursors exceeded--Error

    Hi What is "ORA-01000: maximum open cursors exceeded" error,How to solve. Thanks Miseba

  • Google maps

    have google released their maps API for people to run on their own servers likely use of this would be a large company that wants to offer data which could be displayed in the same way as maps can.

  • Retail Folios in Sandbox Testing do not appear.

    Hi, While doing my sandbox testing on my iPad, my free folios appear inside my Development Viewer on Newsstand on my iPad but none of the Retail Folios show up in the same Viewer even though they are published. I have submitted the viewer to Apple Co