gantt apex 4.1 truncated date

Hi again,

I am trying to create gantt chart using apex.

sql source is:
select '' link,
       1 ID,
       'T1' TASK_NAME,

       null PARENT_ID,
       sysdate START_DATE,
       sysdate+ .011 END_DATE

  from dual union
select '' link,
       2 ID,
       'T1' TASK_NAME,

       null PARENT_ID,
       to_date('2011-10-11 12:31','YYYY-MM-DD hh24:mi') START_DATE,
       to_date('2011-10-12 21:41','YYYY-MM-DD hh24:mi') END_DATE

  from dual union
select '' link,
       3 ID,
       'T1' TASK_NAME,

       null PARENT_ID,
       sysdate+.4 START_DATE,
       sysdate+ .811 END_DATE

  from dual
As you can see above I put hours minutes and seconds but displayed graph contains only valid dates, all other data (from XML debugging message) looks like this:
<period resource_id="1" start="2011.10.21 00.00.00" end="2011.10.21 00.00.00" style="defaultStyle"/>
<period resource_id="2" start="2011.10.11 00.00.00" end="2011.10.12 00.00.00" style="defaultStyle"/>
<period resource_id="3" start="2011.10.21 00.00.00" end="2011.10.21 00.00.00" style="defaultStyle"/>
Also created the available sample application here:

http://Apex.Oracle.com/pls/Apex/f?p=56739

but the result is the same.

According to another user (http://apex.oracle.com/pls/apex/f?p=36648:71:706382355392067:NO :::) apps this precision works fine in anycharts.)

I'm stuck here so some help will be appreciated.

Thank you
jareeq

Edited by: jareeq 2011-10-21 02:43

Hi Jareeq,

As mentioned on my sample application example - http://apex.oracle.com/pls/apex/f?p=36648:71 - in order to generate Gantt charts where the accurate time information are used, then the graphical query must reference the TIMESTAMP columns. In your example of a query, you are retrieving DATE values, but if you update the query to return the TIMESTAMP values and apply the Format of Date correct associated Gantt chart, then you will get the results you are trying to reach. Here is an example: http://apex.oracle.com/pls/apex/f?p=36648:83. For more information about the formatting of date/time AnyChart, refer to their documentation online, here: http://anychart.com/products/anychart/docs/users-guide/datetime-formatting.html?fromtree

I hope this helps.

Kind regards
Hilary

Tags: Database

Similar Questions

  • APEX 5 - Visual "truncates" data IR-region ("" text...: ' ") but the field must be available

    APEX 5

    Theme: 26. Productivity applications
    Interactive report region

    I have 1 long NUMBER 'Company profile' in my Interactive area.
    I need to see the following text: "this company has 1000 employees, but...". »

    But I need the IR research work on the text of this article.

    Is it possible Visual truncate the text to < my_text > | "...', but an intern can I do a search on all the data of this element"company profile "?

    Thank you

    user555867 wrote:

    Update your forum profile with a recognizable username instead of "user555867": Video tutorial how to change username available

    I have 1 long NUMBER 'Company profile' in my Interactive area.

    I need to see the following text: "this company has 1000 employees, but...". »

    But I need the IR research work on the text of this article.

    Is it possible Visual truncate the text to . "...', but an intern can I do a search on all the data of this element"company profile "?

    1 edit the column company profile IR, setting the property Expression of HTML

    #COMPANY_PROFILE#

    where "COMPANY_PROFILE" is the alias for the column.

    2 Add the following style sheet to the IR CSS Inline property page:

    .profile-text {
      width: 19em;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    
  • APEX 5 interactive report data column alignment

    Hello

    I want to vertically align a column of APEX 5 interactive report data to the top of the cell (currently using the universal theme). By default, if a cell in the column in the file contains several lines (for example via the packaging), the other cells in the same row are centered compared to this in terms of vertical alignment multiline cell. I guess this can be managed with a set column expression shaped HTML, but I was not able to do so far.

    More generally how can it be implemented for all interactive reports / classics in a given application?

    I searched the forum etc. for similar positions, but not found a solution.

    See you soon,.

    Alan

    a_rintoul wrote:

    I want to vertically align a column of APEX 5 interactive report data to the top of the cell (currently using the universal theme). By default, if a cell in the column in the file contains several lines (for example via the packaging), the other cells in the same row are centered compared to this in terms of vertical alignment multiline cell. I guess this can be managed with a set column expression shaped HTML, but I was not able to do so far.

    It requires CSS rather than HTML, specifically the vertical-align property on the report table cells. For a single report, add a static region ID in the report area and include this style sheet in CSS Inline property page:

    #static-region-id .a-IRR-table td {
      vertical-align: top;
    }
    

    Leave aside the #static-region-id selector to apply the rule to each SORTING on a page.

    More generally how can it be implemented for all interactive reports / classics in a given application?

    Creating Styles of theme using the theme roller is the privileged and supported way to customize the appearance of the applications that use the universal theme.

    • Go to a page of IR in your application.
    • Click the Thème Roller on the developer toolbar.
    • Expand the CSS custom section.
    • Add this style custom rule:
    /* Interactive report cells */
    .a-IRR-table td,
    /* Standard report template cells: add selectors as required for other report templates */
    .t-Report-report td.t-Report-cell {
      vertical-align: top;
    }
    
    • The page will automatically preview changes.
    • Click on record under and type a name for the style of custom theme.
    • Topic close Roller
  • Apex access user meta-data such as first name and family name

    Is it possible to access the metadata user such as the name and surname of the logged-on user? I know how to get the username through APP_USER, but I'd like to be able to access the other meta-data user that are stored in the user record. Thanks for any help.

    Published by: Klabautermann on February 22, 2013 10:52

    Klabautermann wrote:
    fac586,

    .. .to not to mention when one of my users will on the lamb and change their alias... :-) I agree with your observation of 3NF, and am happy insert the user ID and join for the statement, but what to attach to? I can't find a file specifications for user apex data table, and the suspect is not generally available in view of the apex_util.fetch_user requires permission from the admin.

    No, it is accessible to the public through the view of APEX APEX_WORKSPACE_APEX_USERS. The data in the view are visible to one workspace schemas.

    Note however that for the serious long term production use Oracle (and me) recommends creating a sign personalized with user data in your own tables.

  • [POWERCLI] - truncated data

    Hello

    I'm a newbie to powershell

    I need to write a powershell script that write to a CSV file some information about a few host and cards.

    The orders are correct when I run them on windows Powershell, but the output is truncated below when the data are contained in the CSV file

    'Name', 'Manufacturer', 'Model', 'Version', 'building '.

    "sx00xxxfctx.xxx.xxx", "HP", "ProLiant BL460c Gen8", "5.1.0", "2323236".

    "sx00xxxfctx.xxx.xxx", "HP", "ProLiant BL460c Gen8", "5.1.0", "2323236".

    Why? How to fix?

    ###################################################################################

    $server = "localhost".

    $uservc = 'login '.

    $pwdvc = "password"

    $vmhost = @)

    $vmhost = "sx00xxxfctx.xxx.xxx", "sx00xxxfctx.xxx.xxx".

    $Path = "c:\test.csv".

    Add-PSSnapin VMware.VimAutomation.Core - ErrorAction SilentlyContinue

    a single connection # program on at the beginning of

    $vCenter = connect-VIServer-Server $server - the username-password $pwdvc $uservc - Force

    $list = foreach ($vmhost in $vmhost)

    {

    Get-VMHost-name $vmhost | Select the name of the manufacturer, model, version, version

    Get-VMHostHba-name $vmhost - FibreChannel | Select the driver, VMHost, device, model

    } $liste | Export-Csv-path $Path - encoding UTF8 - NoTypeInformation

    Disconnect-VIServer-Server $vCenter - confirm: $false

    ###################################################################################


    Thank you for your help.

    You have 2 different objects in the variable $list (from Get-VMHost and Get-VMHostHba).

    The Export-Csv cmdlet takes the 1 object to determine which columns should go in the CSV file, so why miss you the HBA info.

    The trick is to combine the output in 1 Select-Object.

    $server = "localhost".

    $uservc = 'login '.

    $pwdvc = "password"

    $vmhost = @)

    $vmhost = "sx00xxxfctx.xxx.xxx", "sx00xxxfctx.xxx.xxx".

    $Path = "c:\test.csv".

    Add-PSSnapin VMware.VimAutomation.Core - ErrorAction SilentlyContinue

    a single connection # program on at the beginning of

    $vCenter = connect-VIServer-Server $server - the username-password $pwdvc $uservc - Force

    $list = foreach ($vmhost in $vmhost)

    {

    Get-VMHost-name $vmhost |

    Get-VMHostHba-type FibreChannel |

    Select @{N = 'Name'; E={$_. VMHost.Name}},

    @{N = "Manufacturer"; E={$_. VMHost.Manufacturer}},

    @{N = "VMHostModel"; E={$_. VMHost.Model}},

    @{N = 'Version'; E={$_. VMHost.Version}},

    @{N = 'Build'; E={$_. VMHost.Build}},

    Pilot, model VMHost, device,

    }

    $liste | Export-Csv-path $Path - encoding UTF8 - NoTypeInformation

    Disconnect-VIServer-Server $vCenter - confirm: $false

  • 30EA2 - UNIT TESTING - value dynamic query truncating dates time.

    So I use the installation of SQL Developer Unit Testing (very nice by the by) for a bit now and just recently upgraded to the latest beta version (3.0.02.83). Looks like a bug has been introduced by which the dynamic query of value are truncate all time of all DATE data type information.

    This causes sadness serious for my current test cases and for me since I have to go back to the previous beta version :)

    I noticed that, in the new 30EA2 parameter:

    AddVMOption - Doracle.jdbc.mapDateToTimestamp = false

    has been introduced by default in

    [SQLDEveloper_install_dir]/sqldeveloper/bin/sqldeveloper.conf

    Perhaps it has something to do with the behavior of incorrect date, try to remove the parameter and check again.

  • APEX 4.2 translate data 'function and Global Variable declaration '.

    Hello everyone,

    I use APEX 4.2.1.00.08 and I wonder if there is a way to translate "Function and Global Variable declaration" textarea. Any other script text box is available for translation, but not this one.
    I know what the code is loaded on the header, but may contain important alert messages of global functions.

    Thanks in advance.

    Hi Grandmaster,

    "Function and global variables declaration" contains the JavaScript code, that is why it is not wise to include in the standard translation process.

    In my opinion, you have several options to access your translated messages:

    -) Use Application-> Substitutions or
    -) Store your message in the form of component shared-> SMS and and assign it to an application with the APEX_LANG element. Api MESSAGE (http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35127/apex_lang.htm#CHDBCEAB)

    In 'Function and Global Variable declaration' use substitution syntax to replace the value. For example:

    var myDeleteMessage = "&G_MY_DELETE_MESSAGE.";
    ...
    alert(myDeleteMessage);
    

    where G_MY_DELETE_MESSAGE would be a part of the application or the request for Substitution.

    Concerning
    Patrick
    -----------
    Member of the APEX development team
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • APEX 4.0 Inline Date Picker

    Hello


    I have a date picker on my page which contains the parameters of property-> see the: Inline

    I also have a dynamic action so that whenever the user chooses another day, the page must be made.

    It works perfectly when the date picker is not "inline", but for example on icon click.

    Why this work with inline date pickers?

    Update: Bug #9950138 has now been set at will in our next group of hotfixes.

    Kind regards
    Anthony

  • APEX - how to limit data

    Hello

    I am a new Bee and looking for a way to limit the data (in a report) based on the type of user...

    for example, I have a table billing customer, products and details of sales representative...

    I want my VRP knowledge only where they have been involved in the sale... where as, Director sales should be able to see the details associated with the VRP pertaining to her...

    Thanks in advance

    Hello

    This might help you
    Re: Permission to a particular group of users

    BR, Jari

  • Declarations of APEX consume time important data

    Hi all

    The following statement appears regularly above statspack as consuming a large amount of time processor. Can someone tell me

    (1) is expected with a load of 30 users at this behavior.
    (2) anything that we can do to reduce the use of CPU of this anonymous block.
    I raised a SR with Oracle, but they believe it is that a wrong size SGA causing this problem

    Anonymous block:

    declare
    number of rc__;
    Start
    OWA.init_cgi_env(:N__,:nm__,:v__);
    HTP. HTBUF_LEN: = 255;
    null;
    f (p = >: p);
    If (wpg_docload.is_file_download) then
    rc__: = 1;
    wpg_docload.get_download_file(:doc_info);
    null;
    commit;
    on the other
    rc__: = 0; null;
    commit;
    OWA.get_page(:data__,:ndata__);
    end if;
    : rc__: = rc__;
    end;



    Thank you very much
    Noel

    All,

    This is the anonymous PL/SQL block generated by mod_plsql. This block is executed for each request in the engine of the APEX. As you may know, one of the main entry points into the engine of the APEX is the procedure of "f". See you in the URL when you run your application or using the Application Express development environment. It is of the form f? p = Application_ID:Page_ID:Session_ID:...

    Now look at this anonymous PL/SQL block again:

    declare
    number of rc__;
    Start
    OWA.init_cgi_env(:N__,:nm__,:v__);
    HTP. HTBUF_LEN: = 255;
    null;
    {size: 20} f (p =>: p); {size}
    If (wpg_docload.is_file_download) then
    rc__: = 1;
    wpg_docload.get_download_file(:doc_info);
    null;
    commit;
    on the other
    rc__: = 0; null;
    commit;
    OWA.get_page(:data__,:ndata__);
    end if;
    : rc__: = rc__;
    end;

    Here you can see the call to the procedure of 'f' passing the value into a variable binding to the parameter 'p '.

    This anonymous PL/SQL block is normal. It is to be expected. And Tony's comments above are 100% - accurate distribution of this block contains all "below. The overall time is include all of the SQL and PL/SQL for APEX, as well as the code SQL and PL/SQL engine that a developer APEX added to their own demand.

    If you have any application that has a one page report, and the report query is a Cartesian product of 8 channels on object and you run it a page in the application several times - the anonymous PL/SQL block above can appear on a report of the EM and be classified as having need of listening, but obviously It's what we call in the APEX motor itself that should be examined.

    Joel

  • APEX 4.0 - construction of Gantt chart error?

    Hello world

    When I build a Gantt chart in apex.oracle.com, the start and end dates show no actual date, just text "dd.mm.rr".
    My query follows:

    Select
    NULL as link,
    Description like taskname,
    TASK_ID as task_id,
    NULL as parent_id,
    start_date as actual_start,
    End_date as actual_end,
    progress as progress
    of PENDING_TASKS;

    Any ideas?

    Oscar

    Hi Oscar,.

    For Gantt diagrams, by default the Format of Date of Application will use to bring in the form the dates on your Gantt chart. If a date of application-level format is not specified and none is a Date of the Gantt chart format, via the attributes list page, then the NLS_DATE_FORMAT will serve to shape the dates on your Gantt chart. If you want to set a date through the table attributes page format, change your Gantt chart and update the item "Date" in the region of Gantt chart settings. For example, on this example on apex.oracle.com - http://apex.oracle.com/pls/apex/f?p=36648:4 - I put the 'Date Format' * % dd.%MMM.%yy*, which uses the AnyChart format specifiers required, indicated such in the AnyChart documentation, specifically in the list of parameters of formatting: http://www.anychart.com/products/anygantt/docs/users-guide/locale.html?fromtree#list.

    Version 4.0 - post, I identify a problem with the context menu associated with the element 'Format of Date' on page table attributes and bug 9861439 can be used to track this issue. A fix for this issue will be available in our next release, but in the meantime you can enter dates in the text 'Format of Date' element, ensuring that you use the format specifiers AnyChart described in the documentation that I have included a link for above example * % dd.%MMM.%yy*.

    I hope this helps.

    Kind regards
    Hilary

  • Error data truncated when loading saves waveforms

    Once I recorded a waveform using the 'write waveforms in a file' VI (for example I save it as wave.lvm), I tried to load it using the VI "waveform reading a file. I always get an error about not flattened or truncated data (error 116). Any suggestions?

    Hello boomchild06,

    After having had a detailed look at the various databases that we use, I discovered that it is a known issue with LabVIEW 8.0.

    Workaround was proposed as follows:

    1. place the waveform of File.vi reading on the block diagram and double-click it to open it.
    2. go to the diagram and click twice on the Open create replace WDT DLog File.vi and discovers the block diagram.
    3. navigate into the structures of the case until you see the service to deny access. I suggest you save this VI as something different from this moment on, so that you do not change the screw in the vi.lib folder.
    4. Once you have the re-recorded with a different name, and I would say in a different location, follow the exit of the bunch of the error in the structure of the case that it is connected to. I navigate to the case of fake and then made a right click on the border to eliminate the species.
    5. Once this is done, you can remove the whole box structure. I could recommend this way to avoid a lot of painful rewiring.
    6. Once you have removed, you can remove any broken wires, unbundle function and the function is equal to zero. You can either choose to disable the feature to deny access, to avoid error pop ups.

    Alternatively, the fix has been implemented in LabVIEW 8.0.1 update which is a free patch that can be installed. If you want to go ahead and install this, it can be downloaded from:

    http://digital.NI.com/softlib.nsf/webPreview/4C1209D42320BCFD8625711C005FB25B?OpenDocument

    I hope this helps.

  • How to add data to the table changed in sql developer at Apex and vice versa

    Hello

    I had tables of database with sql developer. But now, I have modified the database (new tables added + changed the data in the tables). However, in the Apex, I the old database. Is it possible to get the new Apex database with the data of the table changed so this database in both places (sql and apex developer) is exactly the same... Also the other way around.

    Thank you

    The database schema that contains the tables, is it associated with the workspace even you are searching through the APEX product t development?  Why I'm asking is, if they are the same schema, the tables that you MODIFIED should be appear in the sql for APEX workshop part.  Now reports and forms will NOT see the changes (unless you have actually added or updated definitions for column).

    Can you explain what exactly you were doing the SQL Developer to the tables in your schema?

    Thank you

    Tony Miller
    Los Alamos, NM

  • SPACE is not displayed in the data in the apex 5.0.1

    Hi all

    I use version apex 5.0.1 on internet explore Oracle database 11g R2.

    I have data with the Urdu language and I could see my SQL Developer data correctly,

    but when I opened the apex to display the data, I have problem with a SPACE between each word that is separated from the SPACE.

    The screenshot is below. the EXCLAIMATION sign is displayed instead of the SPACE.

    Untitled.png

    How to solve this problem?

    Thank you.

    Hi Maahjoor,

    It would be useful for us that you can reproduce this problem on apex.oracle.com and provide us with the application id so that we can have a look. Have you also tested with another browser if the browser specific?

    Concerning

    Patrick

    ---

    Member of the APEX development team

  • Way to know which table APEX stores the data of particular application?

    If, for example, I went to the shared-> components Templates-> change the Page template
    and I want to know what APEX table stores the data that is displayed on this page in the definition-> header section
    is it possible to do?

    In this particular case, I would like to ask all requests for one ' < link rel = "stylesheet" ' string

    Any guidance would be GREATLY appreciated

    You can find it in every application > utilities > APEX views > APEX_APPLICATION_TEMP_PAGE. You must connect this point of view the point of view of APEX_APPLICATION_PAGES in order to get this info.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Apress.com/9781430235125
    http://Apex.Oracle.com/pls/Apex/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

Maybe you are looking for

  • Satellite L650 - 12 p - black and white colors on webcam

    Hello people I have a quick question on my laptop which is a Satellite L650 - 12 p. When I bought it, I'm sure that the webcam was color, but now it turned black and white. I tried different settings but cannot retrieve the color. Why it happened and

  • Overheating on HP Pavilion 1216ER G6

    The temperature is 69 to 70 degrees Celsius when idle. And the temperature goes up to 90-98 degrees. Sometimes the laptop turns off because of this. What should I do?  (The warranty is over)

  • I just bought I phone 5 s there a person two days but when im use it become very hot

    Hello I bought I phone Go to 5S 32 of a person on Kijiji works fine but when I use the phone gets very hot. also I want t know if it is fake or not. the serial number is C3 * RC9 MODEL MF357X / A VERSION 9.2 (13C75) IMEI *. PLEASE HELP ME CORDIALLY S

  • turn off the broadcast without wire - HP laserjet pro 400 color mfp m475dw

    How do I disable broadcasting SSID for HP laserjet pro 400 color mfp m475dw.  I disabled the configuration via the web console wireless printer, but it is still broadcasting.  I also updated the firmware to 20131028 last available.

  • Sign of the app

    I want to know the BB key required for signing. My application is using the GUI, it requires the key. Now, affecting only applicable for a single application or I can use it for another application I'm developing? Best regards, Max