Selector apex of dates in a report

Hello

There is the function popup date in the APEX_ITEM API, which can be used in a report. My question; is it possible to use the date instead of pop date picker - up? (I can only create a page with date picker element)

Thank you very much

DushBH wrote:

There is the function popup date in the APEX_ITEM API, which can be used in a report. My question; is it possible to use the date instead of pop date picker - up? (I can only create a page with date picker element)

Your link is the APEX 3.2 documentation. You actually use APEX 3.2 (which is obsolete and unsupported)? Always use/reference the documentation specific to the version in use.

Always provide full version information when you post a question: How to get the answers from the forum

APEX 4.0, the apex_item.date_popup2 API method can be used to generate a date picker of jQuery as used in page elements.

Tags: Database

Similar Questions

  • No data found in report csv or pdf on first loading of the page

    No data found in report csv output on the first load of the page. Report appears on the page, but no data is available in csv or pdf output. I still need to send the page and then it shows the data in the downloads. The page contains a form (read-only) with a report that refers to 4 page elements by using something like the following:

    and b.employee_no = v ('P5_EMPLOYEE_NO')
    and c.fisc_year_pk = v ('P5_FISC_YEAR_PK')
    and b.job_class = v ('P5_JOB_CLASS')
    and b.organization = v ('P5_ORGANIZATION')

    Yet once again, report to page appears except there is no data in the downloads. Can someone help me solve this problem? I'm under Oracle APEX 4.2.1 in Oracle database 11 g 2.

    Thank you.

    Sounds like a question of classic session state.

    You must eat the page elements using calculations of page rendering to ensure they are set to session state.

    Or if the download is triggered by a button, you should check that the elements of the page are subject to session state, perhaps via an action of PL/SQL.

    Scott

  • Display data in the report to pl/sql

    I need to display data in a report using pl/sql.

    The structure of the table would be fixed, but the data it would come from a pl/sql.

    Is this possible in Apex 3.2.1 for that? If so, how can we do this?

    Hi Hozy,

    As much as I know APEX report cannot manipulate the slider.

    If the options are:
    1)
    Try the PIPE...
    http://www.databasejournal.com/features/Oracle/article.php/2222781/returning-rows-through-a-table-function-in-Oracle.htm

    (2) as has said Roel, complete apex collection using your ps/sql and use it in the report.

    Kind regards
    Shijesh

  • We can enter data into the reporting currency?

    Hi Experts,

    Hyperion Planning version 11.1.2.2, classic Multi money demand.

    We have an obligation to enter data into the reporting currency. Is it possible in the schedule?

    For example... If we GBPand USD as currency statement, I have an obligation to enter data in GBP and USD for some entities.


    Kindly help me. !

    Thank you

    No you're not. In an application of multi currency GBP is a reporting currency. 'Local' is the local currency.

    All entities, regardless of their local currency, can enter data only in the "Local".

    Concerning

    Celvin

  • Weird APEX error when refreshing of report

    Hi all

    I am trying to refresh a report with dynamic action. And get the following errors:

    {'dialogue': {'uv': true, 'line': [{'V': "failure of Widget}]}}
    ORA-20876: stop the engine of the APEX.
    classic_report"}]}}

    I have identified the problematic part. I have a selection multiple selection list and my query goes like this:
    select o.order_id, s.salesrep_name
    from ml_orders o, ml_order_salesrep_mapping m
    where m.order_id(+) = o.order_Id
    and case when :P22_SALESREP is null then 1
    when :P22_SALESREP IS NOT NULL and m.salesrep_id in (:P22_SALESREP) then 1
    else 0
    end = 1
    Before this line:
    when :P22_SALESREP IS NOT NULL and m.salesrep_id in (:P22_SALESREP) then 1 
    used to be just
    when :P22_SALESREP IS NOT NULL and m.salesrep_id i=:P22_SALESREP then 1
    and it would work. But have the obligation to make this selection multiple selection list.

    Any help appreciated.

    Using Apex 4.2, click Classic report with refresh by dynamic action on the button.

    William Wallace says:

    I am trying to refresh a report with dynamic action. And get the following errors:

    {'dialogue': {'uv': true, 'line': [{'V': "failure of Widget}]}}
    ORA-20876: stop the engine of the APEX.
    classic_report"}]}}

    I have identified the problematic part. I have a selection multiple selection list and my query goes like this:

    select o.order_id, s.salesrep_name
    from ml_orders o, ml_order_salesrep_mapping m
    where m.order_id(+) = o.order_Id
    and case when :P22_SALESREP is null then 1
    when :P22_SALESREP IS NOT NULL and m.salesrep_id in (:P22_SALESREP) then 1
    else 0
    end = 1
    

    Before this line:

    when :P22_SALESREP IS NOT NULL and m.salesrep_id in (:P22_SALESREP) then 1 
    

    used to be just

    when :P22_SALESREP IS NOT NULL and m.salesrep_id i=:P22_SALESREP then 1
    

    and it would work. But have the obligation to make this selection multiple selection list.

    It does not work like that. In

    select * from table where columnvalue in (7788, 7839, 7876)
    

    (7788, 7839, 7876) is a list of expressions , and the predicate is evaluated as a membership condition.

    In

    select * from table where columnvalue in (:P1_X)
    

    : P1_X is a scalar string, unable to contain multiple values.

    See +different items in the listmore about ask Tom, and +imitating the features of chain at the table using sql+ for possible solutions.

    In a report of APEX type, use a source to report the body of the PL/SQL function returning a SQL query with lexical substitution to produce a "variable list:

    return 'select * from emp where empno in (' || :P1_X || ')';
    

    where P1_X has been sanitized for SQL injection and the value chain are properly indicated if necessary.

  • Model of how APEX handles data (values)?

    Reference {: identifier of the thread = 2486655}

    I am trying to get a model of how APEX handles data (values). There are several places (?) data (values) that may exist. Or so it seems. I'm trying to understand how these work - to put all the pieces together.

    Question:
    (A) where data can be?
    (1) in the database
    (2) for the session
    (3) rendering - and then displayed on the screen, if a value displayed - but not in the session
    (4) in perhaps (?) a few (?) memory work pool but different from the rendered page of values, I see on the screen?
    (5) other?

    Why I think that it's relevant?
    Question:
    (B) attended the session different from that made, then when the code runs, the values and values that (rendering or session) if he runs against?

    And maybe the answer is, "You don't understand what is happening." Yes, "exactly!" Where the question.

    Best wishes
    Howard

    Hello

    If you like to have 'default value' in session state, use the calculation.
    And as you've noticed, you need to before calculation of the item is made to get the same "default" session state and the screen.

    Kind regards
    Jari
    -----
    My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Problem link DB between active Data Guard and reports application database

    My version of the 11.2.0.2.0 and OS database is Oracle Solaris 10 9/10.
    I am facing a problem in my custody of data Active data base for purposes of tax. Active Data guard information is as below.

    SQL > select name, database_role, open_mode from v$ database;

    NAME DATABASE_ROLE OPEN_MODE
    --------- ---------------- --------------------
    ORCL PHYSICS READ SHALL ONLY APPLY

    Detail of the problem is less than
    ------------------------------
    I have created a db link (name: DATADB_LINK) between active data guard and report of application of data base for purposes of tax.
    SQL > create database DATADB_LINK link to connect to HR identified by HR using 'DRFUNPD ';
    Database link created.

    But when I run a query using db link to my database of enforcement report I got this error below.

    ORA-01555: snapshot too old: rollback segment number 10 with the name ' _SYSSMU10_4261549777$ ' too small
    ORA-02063: preceding the line of DATADB_LINK

    Then I see logfile named database alart Active Data Guard and get below error

    ORA-01555 caused by the following SQL statement (SQL ID: 11yj3pucjguc8, time of request = 1 sec, SNA: 0x0000.07c708c3): SELECT "A2". "' BUSINESS_TRANSACTION_REFERENCE ', 'A2 '. "' BUSINESS_TRANSACTION_CODE ', MAX (CASE 'A1'. "TRANS_DATA_KEY"WHEN "feature' AND 'A1'." " END OF TRANS_DATA_VALUE"), MAX (CASE 'A1'. "TRANS_DATA_KEY" WHEN 'otherFeature' THEN 'A1' '. "" END OF TRANS_DATA_VALUE")

    But the interesting point if I run the query report directly in the Active Data Guard database, I got never error.

    So it's a problem of link DB between active Data Guard and other databases?

    Fazlul Kabir Mahfuz wrote:
    My version of the 11.2.0.2.0 and OS database is Oracle Solaris 10 9/10.
    I am facing a problem in my custody of data Active data base for purposes of tax. Active Data guard information is as below.

    SQL > select name, database_role, open_mode from v$ database;

    NAME DATABASE_ROLE OPEN_MODE
    --------- ---------------- --------------------
    ORCL PHYSICS READ SHALL ONLY APPLY

    Detail of the problem is less than
    ------------------------------
    I have created a db link (name: DATADB_LINK) between active data guard and report of application of data base for purposes of tax.
    SQL > create database DATADB_LINK link to connect to HR identified by HR using 'DRFUNPD ';
    Database link created.

    But when I run a query using db link to my database of enforcement report I got this error below.

    ORA-01555: snapshot too old: rollback segment number 10 with the name ' _SYSSMU10_4261549777$ ' too small
    ORA-02063: preceding the line of DATADB_LINK

    Then I see logfile named database alart Active Data Guard and get below error

    ORA-01555 caused by the following SQL statement (SQL ID: 11yj3pucjguc8, time of request = 1 sec, SNA: 0x0000.07c708c3): SELECT "A2". "' BUSINESS_TRANSACTION_REFERENCE ', 'A2 '. "' BUSINESS_TRANSACTION_CODE ', MAX (CASE 'A1'. "TRANS_DATA_KEY"WHEN "feature' AND 'A1'." " END OF TRANS_DATA_VALUE"), MAX (CASE 'A1'. "TRANS_DATA_KEY" WHEN 'otherFeature' THEN 'A1' '. "" END OF TRANS_DATA_VALUE")

    But the interesting point if I run the query report directly in the Active Data Guard database, I got never error.

    So it's a problem of link DB between active Data Guard and other databases?

    Check this statement that applies to your environment

    * ORA-01555 on Active Data Guard Standby Database [1273808.1 ID] *.

    also

    http://asktom.Oracle.com/pls/asktom/f?p=100:11:0:P11_QUESTION_ID:8908307196113

  • How to load data from matrix report in the base using ODI table data

    Hello

    How to load matrix report data in the base table data using oracle Data Integrator?

    Description of the requirement:

    This is the data from matrix report:
    JOB                       DEPT10                DEPT20  
    ___________________________ _____________
    ANALYST                                           6000
    CLERK                   1300                     1900 
    Need to convert it to the format below:
    JOB                             Dept                        Salary
    _____________________________________________
    ANALYST                  DEPT10      
    ANALYST                  DEPT20                     6000
    CLERK                       DEPT10                    1300
    CLERK                       DEPT20                    1900
        
    Thank you for your help in advance. Let me know if any other explanation is needed.

    Your list seems to be a bit restrictive, you can do much more with the procedures of ODI.

    If you create the new procedure and add a step. In the 'source' tab command you define technology and pattern according to your source database. Use the unpivot operator as described in the link, please, instead of using "SELECT *' use the column names and aliases for example:"

    SELECT workstation,
    deptsal as deptsal,
    saldesc as saledesc
    OF pivoted_data
    UNPIVOT)
    deptsal-<-->
    FOR saldesc-<-->
    IN (d10_sal, d20_sal, d30_sal, d40_sal).<-->
    )

    Then in your tab 'command on target' defined technology and drawing on your target db, then put your INSERT statement for example:

    INSERT INTO job_sales
    (employment,
    deptsal,
    saledesc
    )
    VALUES
    (
    : job,.
    : deptsal,.
    : saledesc
    )

    That's why you use bind variables from source to load data into the target.

    Obviously if the source and target table is in the same database, you can have it all in a single statement to the "command on target' as

    INSERT INTO job_sales
    (employment,
    deptsal,
    saledesc
    )
    SELECT workstation,
    deptsal as deptsal,
    saldesc as saledesc
    OF pivoted_data
    UNPIVOT)
    deptsal-<-->
    FOR saldesc-<-->
    IN (d10_sal, d20_sal, d30_sal, d40_sal).<-->
    )

    also assign the log count "Insert" on the tab corresponding to your INSERT statement, so that you know how many rows you insert into the table.

    I hope this helps.

    BUT remember that this feature is out in Oracle 11 g.

  • Display records between 2 dates in a report

    Hi all
    I have a requirement where I need to display the records in a report between 2 date. We have Fromdate and so far
    as a guest to the dashboard when it is selected in a Pivot report data between these 2 dates selected should be displayed.

    Thanks in advance,
    Krishna

    Hello

    Set the filter of the columns is invited to enter this date in your report.
    Create your prompt for column and operator set is between and the calendar control.

    Concerning
    Nicolae

  • Display buttons in a region report only if there is data in the report

    Hi friends,

    I have a region of report in which there is a report, 2 buttons and a text field. I want to show these buttons and

    text field only if there is data in the report. How can I do this? Help, please


    Thank you

    TJ

    Hello

    Define buttons conditionally as Exists (SQL query returns at least one row). The same use and the WHERE clause as your report, but change the SELECT part

    SELECT 1 
    

    BR, Jari

  • Restrict the update of the data in the report as a table...

    Hello
    I have a tabular report in Oracle APEX 4.0 based on a db table in which some columns (Textarea element and text element) after inserted must be restricted (view only). Could someone help me how this can be achieved. While trying to create a tabular report if I give as view only; the user is unable to grasp the data itself. All entries will be very appreciated.


    Thank you
    Ahmed

    I suggest that you do with APEX_ITEMS: http://docs.oracle.com/cd/E14373_01/apirefs.32/e13369/apex_item.htm

    You will have to work with collections to pull this off. Load all your data into a collection of apex: http://docs.oracle.com/cd/E17556_01/doc/apirefs.40/e15519/apex_collection.htm

    Now, you can create a simple select statement

    select decode(c001, null, apex_item.text(1, c002), c002)
    from apex_collections
    where collection_name = your_collection;
    

    C001 corresponding to the primary key that is inside your table and c002 the value you want to insert.

    You must update c001 with the primary key from the moment that the row will be exist. Then just decode function will display it so it is no longer editable.

    Add lines to the collection will add new lines to your tabular form. Clear lines of the collection deletes the lines in the tabular presentation.

    If you are a beginner with this I suggest that you submit to the page whenever you click an insert/update/delete button.

    Concerning

    Nico

  • is - this bug APEX - 'unwanted data' flashlight for .xls file

    Hello.

    Someone knows how to avoid the "flashlight icon" column with "unwanted data" for the worksheet of economy on the user's desktop?

    We have demand APEX. Last column of the summary report is "flashlight icon" which leads the detailed report. If the user clicks "Save to Desktop spreadsheet" on the overview screen, summary report is saved to the worksheet on access to his office. When the user opens the worksheet, the data in the last column seems rowid, such as AADnYlAAZAAAGsaAAd. For the user, it seems undesirable.

    How to avoid save them the 'flashlight icon' column to the worksheet on the user's desktop?

    Thank you very much for the help.

    MZ

    Published by: mz 29 Sep, 2011 15:16

    MZ,

    Go to the definition of the column and set the attribute "Include on export" to no.

    Thank you
    Janet Tyson

  • Change the order of the columns does not cause any data found error report

    Hello. I have a weird problem (and I'm new to APEX). I have a subregion of report that shows the details of a master record based on the ID of the parent area. When I have everything first to change SQL for the query and apply the changes page works fine. When I go back and change the region > attributes report and use the arrows to change the order of the columns the region then returns:

    error report:
    ORA-01403: no data found

    I tried to change the query so that the columns found in the desired order and who has also not returned no data error. If I go back to my original query (which had 2 fewer columns) the page works again. Then I change to the new query (2 addtl columns), and then it works again, until I have change the order of the columns again. Don't know if it would be serious or not, but one of the columns is a 2 columns of the table concat.

    Any ideas would be appreciated, because I'm out of them.

    Thank you!

    use: Apex 4.0
    DB: 10g Exp

    "807428," Hi

    using 4.0 or 4.0.1? Can you reproduce the same problem on apex.oracle.com as well?

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • Write orders for specific data channels in report output via script or generating an automated script...

    In my project, I need to do some calculations, and then get the data plotted in the given report model. I use an automated for this script. My script is doing all the calculations and then he did not select and drag and drop the selected channels on the report model. His recording of the report template is empty.

    I'm fighting to get the specific channels data plotted using the script. I need the selected channels appear on this report template and then get saved.

    Any help will be much appreciated. Thank you

    Hi LaxG,

    If your script creates calculated channels, then you know what you're naming them - why your presentation of the STATE could not contain references to these names channels already?  Is it a dynamic number of conditional curves to the results of the analysis, or perhaps a dynamic number of REPORT sheets?

    You can programmatically change the reference of string of existing curves or the columns of the table with a VBScript DIAdem.  You can also add a curved column or a table with a VBScript DIAdem.  But the more you can save in the TDR file, work less you programming, this is the best place to start.

    Brad Turpin

    Tiara Product Support Engineer

    National Instruments

  • Where to put "DataLayout" (2D data in the report)?

    Hello

    IM using 2010 SP1 Teststand and Labview 2011. My question is about the plot of the data of the 2d tables in HTML Teststand report.

    I try to retrieve a table 2D x - y measurement data and it intrigues within the report file. Unfortuntly data is interpreted as "multiple-O", which means that each XY pair generates a new curve in the plot instead of have a curve following the x - y pairs. I found the following in TS documentation:

    http://zone.NI.com/reference/en-XX/help/370052J-01/tsref/infotopics/measurement_data/

    The problem is: I do not know WHERE to set the attributes of the property. Does anyone have a snippet of code running as an example defining the attributes at the right time and by generating a x-y-field correctly?

    Thanks for the help in advance.

    lv4ever

    lv4ever,

    I have consulted the documentation and I agree that it is not clear where the attributes must be added. I'll write a bug report for this problem.

    The approach recommended for you is to create local variables that have the appropriate attribute and use these local variables in expressions of value for each parameter.

    I have attached a files updated with the proposed solution.

    Concerning

    Anand jegou

    National Instruments

Maybe you are looking for

  • Fan number after updating to Mac OS Sierra

    Hello people, as many of you all know, Apple released macOS Sierra. The updating of this new operating system, I have been met through rather annoying problem for me. It seems that my fan is not eager to be quiet as it has been in the previous operat

  • Position photos

    I copied 3 photos on a WORD sheet, but I can'tmove photos on. Can someone what to do to move photos? Thank you Dave Y

  • Fax on HP Officejet Pro 8500 A910 Win8

    I am trying to send files from my PC (with Win8) through my HP Officejet Pro 8500 A910 All - In - One. The manual says to choose the option to fax in 'print '. There is no option. No one knows what drivers or software to install to get it to work? I

  • Difficult to change IP address in WRT160N

    I am trying to use my 160N as access point and I read on the Linksys site on how first, replace address IP 192.168.1.2 and then disable DHCP and save the changes.  The 160N is plugged into my laptop (address IPv4 192.168.1.100) and the laptop is not

  • Impossible to uninstall Extenesion in CS6

    HelloI download and installed an extension called Duden Korrektor as Adobe InDesign to try it. Now I want to uninstall it. But in the CS 6 extensions Manager, if I click on 'remove' or turn off, there is no reaction, everything stays the same. I'm no