Create the help text for the column tabular APEX region

Hi guys,.

Please see the screen - shot below.

I have to do two things:

1. this "5000" value is passed in the URL, for example P_41_TOTAL_LEAD_VALUE and I want to display in the currency format, i.e. 5 000.
If the value is 60000, it should be displayed as 60 000.

2. I am required to display the help text for column of tabular form - expected quarterly value, how to proceed with that?

Thanks in advance

Arpit

Capture.JPG

Hi David,

I have not tried to use the Format mask, however there is no change in the display format.

Even I tried in a different format, nothing happens.

Try the steps given, which will solve your problem

1. create a hidden item I say P41_LEAD_VALUE

Protected value: No.

Pass the URL value on this element hidden instead of P_41_TOTAL_LEAD_VALUE.

2 create a calculation on the point P_41_TOTAL_LEAD_VALUE

Type: SQL Expression

Point calculation: after region (s)

Calculation: TO_CHAR (: P41_LEAD_VALUE, '999G999G999G999G999G999G990')

Hope this helps you,

Kind regards

Jitendra

Tags: Database

Similar Questions

  • Help text for the dynamic elements

    Hi all

    I created a few dynamic elements using utility APEX_ITEM. Can provide us the help text to these elements in a pop-up window or APEX how do in-house?

    This requirement is feasible?

    Thank you

    Sunil Bhatia

    Oh,.

    I solved my question itself. For all those interested in this, we can do it like this:

    "onmouseover =" toolTip_enable (event, this, "this is a bubble"a tooltip")" ' ' in APEX_ITEM. Argument p_attributes TEXT of

    APEX_ITEM. (TEXT)

    p_idx in NUMBERS

    p_value IN VARCHAR2 DEFAULT NULL,

    p_size in NUMBERS by DEFAULT NULL,

    p_maxlength in NUMBERS by DEFAULT NULL,

    p_attributes IN VARCHAR2 DEFAULT NULL,

    p_item_id IN VARCHAR2 DEFAULT NULL,

    p_item_label IN VARCHAR2 DEFAULT NULL)

  • How to create the column of the table for long-form Master detail relationship

    Apex 4.1

    Oracle 11g

    I created a form master detail and see the main table hotel_list and table hotel_mapping as detailed below.

    Hotel_list

    ID HOTEL_NAME

    1 Holiday Inn

    Hotel Hilton 2

    Hotel_mapping

    ID HOTEL_NAME MAPPING_NAME

    1 Inn Holiday Inn Select hotel

    2 holiday hotel Holiday Inn Select

    3 hotel Holiday Inn Holiday Inn Hotel

    4 Hilton Hotel Hilton Hotel chain

    Hotel Hilton 5 HiltonHotel

    Table Hotel_name Hotel_list is a linked table Hotel_mapping

    When I add a line to the Hotel_mapping table for the selected row in the hotel_list table, mapping_name of column is null, therefore impossible to create the relationship between the main table and the secondary table.

    I would like to know, how to create the relationship?

    Thank you very much

    Best regards

    Yong Huang,

    simple step see creating a form detailed master with APEX - Assistant Master retail

    and check how to maintain the relationship between two tables,

    simple return the packaged application «Sample of Masters details»

    and try to understand this concept...

    In your example, use Hotel_list.ID as a foreign key in the table Hotel_mapping

    and maintain the relationship with the column ID...

    and choose the display type of the column Hotel_list.ID in table Hotel_mapping as List(Query Based LOV) select.

    otherwise the best way is to create sample on oracle.apex.com

    I hope this helps...

    Leave.

  • Create a help file for Application

    Hi, I want to create a help file (*.chm) for my applications, but I can't find any application that it can create a help file.

    I searched in the Start Menu . But I have not found any single application for assistance creating.

    Is there any application or something else to create a help file?

    There are online tools that can help you.  See here: http://www.bing.com/search?q=how+to+create+a+chm+help+file&form=IE10TR&src=IE10TR&pc=SNJB

  • Cannot create the trigger in Apex

    I tried to create base hosted on Oracle Apex insert triggers.

    I get 'Operator relational invalid' for mirroring script triggers included and for the mirroring of triggers script that has worked implementing my school Apex.

    Is there a reason that it does not work?

    [sql]
    create or replace trigger insert_category
    before inserting on category
    for each line
    declare
    number of new_id;
    Start
    Select seq_category.nextval in new_id double;
    : new.category.id: = new_id;
    end;

    ALTER trigger 'insert_category' enable;
    /
    [sql]

    Hello

    Moreover, you don't need the local variable new_id. You can do something like this:

    CREATE OR REPLACE TRIGGER     insert_category
    BEFORE INSERT ON            category
    FOR EACH ROW
    BEGIN
        SELECT  seq_category.NEXTVAL
        INTO    :new..category_id     -- or INTO :new.id, if id is the column name
        FROM    dual;
    END;
    

    or, to start on Oracle 11.1:

    CREATE OR REPLACE TRIGGER     insert_category
    BEFORE INSERT ON            category
    FOR EACH ROW
    BEGIN
        :new..category_id := seq_category.nextval;
    END;
    
  • To create a ToolTip text for the image with multiple image map links

    Hello

    RH6 using, that I imported a picture into a topic. For the images that I have created several maps image to post a link to other topics. However, I can't create a map image additional to that same image that includes only the screen Tip text. I get a message of invalid value: "Please select a file, bookmark or topic to bind the hyperlink to.»

    Is there a way to create a popup only the text of an image with multiple image map links? My final output will be to WebHelp but possibly migrate FlashHelp in the near future.

    Thank you

    FMnRH



    Thank you
    FMnRH

    If the image is at the beginning of the subject, or all alone in a reference topic, you can put "#" (without the quotes) as the link for each area reactive.

    If the image is larger than the viewing window, it can jump to the top, but only if the user clicks on the link.

    I tried wz_tooltips and like it. I agree with Leon, it will take time for the first image but maybe go faster later.

    Harvey

  • Create the button tabular

    Hi everyone - have another question.

    in table form, I have 15 records to be displayed (scroll bar is enabled).  I want to create a button, but when I click on the icon of the BUTTON on the left panel and move it to the Web I get 15 push_buttons. I only want one, how do I get rid of the other 14.

    Thank you

    You can fix this in one of two ways.  First of all, you can create a control block and move your button to this block.  Second, you can open the palette property for the button and set the number of displayed items property to 1.

    Craig...

  • Cannot find how to create the new workspace Apex 3.1

    Hello

    I'm new to Apex. I'm trying to find a way, a "workspace" can be created under the "Manage the Services" section but can't seem to find how? Nothing can "Create Workspace" here.

    Any clue?

    Thank you

    moredotnet

    Log on to the admin site

    http://hostname/ReportServer: port, pls, apex, apex_admin

    Manage Workspaces / workspace create

    Kind regards
    Iloon

  • How to add the help text to the tabular columns?

    I have some tabular forms. I want to add help to the header of the column.
    APEX allows you to add page elements helping, but I don't see the option for the tabular columns. No idea/solution workaround?

    Thank you

    Hello

    I have a sample how to add Help ToolTip to the header of the report
    http://ActioNet.homelinux.NET/HTMLDB/lspdemo?p=63

    Mouse over the title, and see you help text.
    See this post for instructions
    Add help text

    PS: I think you can do better solution for example using dynamic action

    Kind regards
    Jari

    http://dbswh.webhop.NET/dbswh/f?p=blog:Home:0

  • How can I modify, move, add a column... Information for the columns to make a few changes of script?

    Hi Oracle Experts,

    I have a difficult question . Lets say that I have two table with the same name, but these two tables come from two different databases with 2 different users.

    A source database and the user SCOTT

    Table Column Data_Type Length PRECISION Scale Primary key Nullable Default Comment
    BOOKSBOOK_IDVarchar24--1---
    ISBN_10Varchar2

    13

    ---Yes--PRICENumber-62-Yes--

    Target database B and user DAVID


    Table Column Data_Type Length PRECISION Scale Primary key Nullable Default Comment
    BOOKSBOOK_IDVarchar220--1---
    PRICENumber-62-Yes--
    TITLEVarchar250---Yes--

    What I want to do:

    I want to get a query script that shows which columns need to edit, add and drop depends on the source table (make the necessary changes to make the columns in the Source table columns the same target table). No need to make any changes in the database do not want the query that must run to make these changes.

    EXAMPLE: I was using under query to get the query create table EMP. But seeing the column information to create the column even for the other user is difficult:)

    Select dbms_metadata.get_ddl ('TABLE', 'EMP') of double

    Erhan_toronto wrote:

    Is it possible to see the result like this:

    ALTER table Target_table change BOOK_ID Varchar2 (4);

    ALTER table Target_table add ISBN_10 Varchar2 (13), null;

    ALTER table drop TITLE Target_table;

    There are two simple ways to do so.

    1. use free sql Oracle development tools

    http://www.Oracle.com/technetwork/developer-tools/SQL-Developer/downloads/index.html

    Simply select 'Tools - Diff of the database' and go through the menus

    Here is an article from Oracle by Jeff Smith that shows how do

    http://www.Oracle.com/technetwork/issue-archive/2012/12-Sep/o52sqldev-1735911.html

    >

    Quickly copy, compare and synchronize databases with Oracle SQL Developer.

    >

    2 use the DBMS_METADATA_DIFF package - see the commercial doc

    http://docs.Oracle.com/CD/E11882_01/server.112/e22490/metadata_api.htm#BABIDHGE

    >

    Using the DBMS_METADATA_DIFF API to compare the metadata of the object

    >

    If you look at step 14 of this article, you will see the result of the use of COMPARE_ALTER:

    >

    14. compare the results by using the navigation API DBMS_METADATA_DIFF:

    SQL > SELECT dbms_metadata_diff.compare_alter ('TABLE', 'TAB1', 'TAB2') FROM dual;
    ALTER TABLE 'SCOTT '. "' TAB1 ' ADD ("MGR"NUMBER (4,0))
    ALTER TABLE 'SCOTT '. "' TAB1 ' DROP ("JOB")
    ALTER TABLE 'SCOTT '. "' TAB1 ' CHANGE ('ENAME' VARCHAR2 (20))
    ALTER TABLE 'SCOTT '. "' TAB1 ' ADD A KEY ('EMPNO') PRIMARY AID INDEX
    PCTFREE, INITRANS 10 2 STORAGE (INITIAL 16384 MINEXTENTS THEN 16384 1)
    MAXEXTENTS 505 PCTINCREASE 50 FREELISTS 1 FREELIST GROUPS 1 USER_TABLES
    (VALEUR PAR DÉFAUT) ACTIVATE ALTER TABLE "SCOTT" TAB1"AND RENAME"TAB2 ".

    1 selected line.

    >

  • The element help text

    I have a lot of Articles with their value in option with the help of labels, I went in the implementation reports and went to the help text, I added text to a few then realized that not all of these labels were in the list, why is this not showing all the items that have been created with help text...

    Note: there is no data is entered in the filter above this list...

    Thanks in advance

    Stefan

    Hello

    Can you give me the URL of the Page, so that I can understand the problem.

    Thanks in advance

    Kitenge

  • The use of shortcuts in the help text element

    Hi all

    I have a problem using shortcuts in the sections of help text for the items. It is said in the help "help of the element supports shortcuts using the syntax"SHORTCUT_NAME".", but apparently not. In the sections of shortcuts to shared components, it is not said that shortcuts can be used in the section of help text.

    I use 3.1. This is a bug of 3.1? In the list of bug has been fixed, I don't see that it was a bug in 3.1 so.

    If this isn't a bug, and it does everything just not in the help text sections, you have any suggestion to provide the help text for a system of aid elsewhere in the Organization?

    Thanks, Bpprive

    I can't find how to display help text you quoted, but the shortcuts are not supported in the help item-level. They are supported in the labels of items, however.

    If you can describe the steps you took to locate this text I would appreciate it so that we can correct the information.

    I have not any suggestions on support systems, but I'm sure others will.

    Scott

  • Create the user with privileges only data entry.

    Hello guys,.

    A very basic question. I created the request of APEX, well obviously the user with whom I created this application has developer access, now I want to create a user who is able to see the developed application, I tried to find the user options, but could not.  Someone can help me to find the option, I need to follow, so that the newly created user is only able to enter data into forms and run reports and should not be able to make changes in the application developed.

    Concerning

    Faisal Niazi says:

    A very basic question. I created the request of APEX, well obviously the user with whom I created this application has developer access, now I want to create a user who is able to see the developed application, I tried to find the user options, but could not.  Someone can help me to find the option, I need to follow, so that the newly created user is only able to enter data into forms and run reports and should not be able to make changes in the application developed.

    Create 'end users' by selecting No for the user is an administrator of the workspace and the user is a developer account privilege options create new user accounts. These users connect to the APEX Application Builder. It can be given direct access to a request by specifying the ID of the application or alias to the URL:

    apex.oracle.com/pls/apex/f?p=

    or

    apex.oracle.com/pls/apex/f?p=

    Using an alias for the application is recommended.

    To restrict user access to pages, components and specific applications, create authorisation schemes and the apply to the application level.

  • How can I me "help text" to export to PDF (on PC)?

    I have created a form and entered the help text for each field.  However, I can't text 'help' to transfer to the PDF form.  I use Acrobat Pro XI on a PC.

    I suggest that you create only the fields in Acrobat. FormsCentral is dead, quite well. It might be good for the layout of the form, but the fields must be added only in Acrobat. You can add the ToolTip text that appears when the user hovers over the field in Acrobat, under properties - general tab.

  • What applications to use to create this help system?

    I've got TCS2.5 available. Quite familiar with frame (using for several years now), moderately familiar with HR

    (last used a couple of years to create a .chm for software application of the customer).

    Same client has a new program they need to create a help system for (probably .chm again). If possible, I'd like to only source a printed manual (.pdf) for the key concepts.

    I would like to be able to get the content of their examination in .pdf format.

    A few very simple questions that I hope you can help me with...

    • benefits directly to HR?
    • benefits of developing in the framework and the conversion in HR?
    • good resource to get in tune with HR?

    Thanks for any idea that you can share.

    You will get the output PDF of better image quality than of HR. For the integration of the TCS, check out Adobe RJ Jacquez (http://rjacquez.com/) blog and excellent overview of Roundpeg webinars (http://blogs.roundpeg.com/)

Maybe you are looking for

  • photos imported to iPhoto instead of the photo

    My pictures suddenly import to iPhoto when they previously imported to the Photos.  How can I get imports to go directly to the pictures and how to transfer photos on the whole?

  • HPE-0140f: problem adding 2nd drive to HPE - 140f HGST Ultrastar

    Just received and installed 3 TB hitachi HUA723030ala640 HGST Ultrastar 3.5 inches 3 to 7200 tr / MIN SATA III 6 GB/s 64 MB without incident.  Plugged in right. At startup, windows has found and installed the drivers for a new disk. A disk initialize

  • WiFi has limited after upgrade to 8.1 windows connectivity

    Hai friends, I have a computer windows laptop Acer E1-571 8. Because after a recent windows upgradation 8.1 my wifi says limited connectivity. But other devices connected to this router (D-Link) is to have internet. My wireless adapter is Broadcom 80

  • Message: Microsoft Vista Hotfix KB971138 is required for installation.

    Hello Original title: How can I remove Microsoft Vista Hotfix KB971138 and install again?I have problem with inventor when I install it the message appears ' Message: Microsoft Vista Hotfix KB971138 is required for installation. " Please visit http:/

  • WRE54G v.1 and WRT54GS

    I recently had to change my IP from router to 10.0.0.1. Of course I turned off the amplifier, re-setting it and since then I am unable to install it back. Please note it is version 1 and the router has the latest firmware. My laptop doesn't recognize