How to display a different value than that of back-end for a quick dashboard data

Hello Experts,

We have a command prompt of dashboard for a report that has short values. I need display a full name for the prompt value instead of abbreviated values such as San Francisco SFO, in New York for NYC, etc. Here are the back-end OFS data values, etc. of NYC. Any ideas on how to achieve this?

You can create a static table and use the column id descriptor in RPD.

http://www.rittmanmead.com/2010/08/Oracle-BI-EE-11g-handling-double-columns-iddescription-interoperability/

Tags: Business Intelligence

Similar Questions

  • How to convert a different value of black color photos

    How to convert a different value of black color photos

    There are many ways to do it. You can open it in Camera Raw and check the box "convert to grayscale".

    Or you can add a B & W adjustment layer in Photoshop:

  • Display the field values if that is the different value field

    Hey,.
    I'm using TOAD for Oracle 10.5. There is a select statement that is not filling results.
    Data:
    JOB                    SAL
    PRESIDENT             5000
    MANAGER               2850
    MANAGER               2450
    MANAGER               2975
    ANALYST               3000
    ANALYST               3000
    CLERK                 800
    CLERK                 1100
    CLERK                 950
    CLERK                 1300
    SALESMAN             1600
    SALESMAN             1250
    SALESMAN             1250
    SALESMAN             1500
    SELECT statement
    SELECT JOB, SAL
       FROM  EMP
       WHERE JOB IN (
                   SELECT JOB
                    FROM EMP
                    GROUP BY JOB
                    HAVING COUNT(*) > 1)
                    ORDER BY JOB;
    Once executed select statement only WORK = PRESIDENT record is deleted, not the necessary results.
    JOB                    SAL
    MANAGER               2850
    MANAGER               2450
    MANAGER               2975
    ANALYST               3000
    ANALYST               3000
    CLERK                 800
    CLERK                 1100
    CLERK                 950
    CLERK                 1300
    SALESMAN             1600
    SALESMAN             1250
    SALESMAN             1250
    SALESMAN             1500
    The correct data, PRESIDENT and ANALYST records values may not appear.
    The PRESIDENT does not appear, but the value of the ANALYST shows because that statement
    the product of the values in DUPLICATION. I would like to show records only if values of WORK have
    different values of SAL, duplicates of JOB No. Only if this SAL is different based on the WORK.
    JOB                    SAL
    MANAGER               2850
    MANAGER               2450
    MANAGER               2975
    CLERK                 800
    CLERK                 1100
    CLERK                 950
    CLERK                 1300
    SALESMAN             1600
    SALESMAN             1250
    SALESMAN             1250
    SALESMAN             1500
    I hope someone can help me on this one.

    Hello

    COUNT (*) indicates the number of lines in a group. It has nothing to do with all the values in columns.
    I think you want to COUNT (DISTINCT sal) in this case. It will tell you how many different values of sal are part of the group.

    SELECT JOB, SAL
       FROM  EMP
       WHERE JOB IN (
                    SELECT JOB
                    FROM EMP
                    GROUP BY JOB
                    HAVING COUNT (DISTINCT sal) > 1          -- Changed
              )
       ORDER BY JOB;
    

    Published by: Frank Kulash, December 9, 2010 10:34
    Added example.

  • How to display the different attribute value in the ToolTip of selectonechoice

    In the selectonechoice when hovering over the values in the drop-down list, it displays the same value in the ToolTip too. I want to see the value of another attribute in the ToolTip.

    For example if the list displays the name of the lov, ToolTip should show its description attribute value. I tried assigning a different value to shorDesc, but have no effect on the values of the ToolTip.

    selectonechoice_tooltip.jpg

    < af:selectOneChoice value = "#{row.bindings.TfesNdx.inputValue} '"

    label = "#{row." Bindings.TfesNdx.label}.

    required = "#{bindings." ATfes.hints.TfesNdx.mandatory}.

    shortDesc = "#{bindings." ATfes.hints.TfesNdx.tooltip}"/ / changed it to shortDesc =" #{row.bindings.Notes.inputValue} "does not yet "

    ID = "soc17" autoSubmit = "true" >

    < f: selectItems value = "#{row.bindings.TfesNdx.items} '"

    ID = "si17" / >

    < / af:selectOneChoice >

    PS: Using 11.1.1.7.0 version adf

    You probably need property shortDesc on af:selectItem http://jdevadf.oracle.com/adf-richclient-demo/docs/tagdoc/af_selectItem.html

    For example, you can use af:forEach to make your items to select like in this blog post: http://learnfrommike.blogspot.com/2013/11/adf-using-selectonechoice-in-afiterator.html

    Dario

  • How to display a positive value with a thinner sign

    I want to display a positive value with a thinner sign and a negative value with a less fine sign. How can I do? Is there any character in the custom format for this? I don't want to convert number to text and use the case statement because I need to two decimal and thousands separator.

    OK, try this...

    You will need to do a "UNION ALL" of three queries, one for positive values, one for the values zero and one for negative values.

    In the query "negative", follow these steps:

    (1) add a filter on the measure of value 'less than 0.
    (This will ensure that all values are negative).

    (2) in the tab Format data, select "Custom" and type #, # 0.00 -
    (This will add the end negative sign.)

    (3) in the tab change the formula, add the function absolute value ABS (able to insert here)
    (This will get rid of the default signing negative.)

    For the query "positive values", change the above as follows:

    (1) change the filter to "0".
    (2) in the format of data, change the custom format #, # 0.00 +.
    Step 3 is unnecessary since all values are positive.

    For the query "values null ', just add a filter 'equal to zero.'

  • How do subtract you different values for items in a specific table?

    Hi LabVIEW community.

    I am new to LabVIEW and Im working on my first application. One of my challenges I have problems is to know how to avoid specific values of some elements in a table.

    My application is to measure the distance between sensor and magnet, however the initial distance for each magnet sensor is different. I have converted the tension up to a distance using the Math node for each element and now need to correct these values by subtracting their initial value.

    The source is a table 1 d of DBL64 composed of 32 elements and each of these values must have a different value subtracted.

    for example:

    Element 1 - 5.557

    element 2 - 2.34

    3-7 654 element and so on

    I tried to separate them (index table) and subtract the values of each item and then combine them again. This was not effetive. I need to write these values in a .txt file and also to use them in another calculation.

    I have attached my attempted under VI.

    Any advice would really be apprecieated.

    You don't need to look it. There is a very simple method. Generate a table that contains all your desired offsets.  Then he subtract off the coast.

    This is the VI even with this change:

  • How to display the max value of channel report repel?

    Hi all

    I have 2 text boxes start and ready target on my report. I need my minimum value of the layer and the other value to automatically display in the start menu and to target channels max case respectively.

    How can I go about it?

    Rsh

    Hello, RSH,.

    Now, how can I limit the decimal points to 2 digits, say, for example, we use d.dd. How can I use it here?

    You can simply convert the string variables and the format of this string using the str function in DIAdem.

    Here is an example for your specific application:

    Maximum: @@str (CMax("[1]/Speed"), "d.dd").

    I hope this helps.

    Otmar

  • How to display the current value on TOP in a LOV

    Hello

    I'll have something to say that p1_type a LOV with the following SQL query-based.
    select emp_type d, emp_typ r
    from emp
    default results
    EMP
    VEN
    CON
    GEN
    suggest that the current value of P1_TYPE is CON... is there a way... while displaying on the screen, CON should be the 1st element to display in the LOV.
    CON
    EMP
    VEN
    GEN
    Equally, if the current value is - EMP... display must be
    EMP
    CON
    VEN
    GEN
    Thank you
    Deepak

    Hello

    This can be done without a statement from the UNION. See: [http://apex.oracle.com/pls/otn/f?p=33642:249]

    This example uses:

    SELECT X.ENAME d, X.EMPNO r
    FROM (SELECT CASE WHEN EMPNO = :P249_EMPNO THEN 1 ELSE 2 END SORTORDER, EMPNO, ENAME FROM EMP) X
    ORDER BY X.SORTORDER, X.ENAME
    

    The element that corresponds to the selection gets a SORTORDER 1 value, all others are 2. This value is then the primary sort for the list order

    Andy

  • How can I find the private forum that was set up for me about my hotmail password reset problem?

    You have found the information I sent to reset my password to be insufficient. I need to give you additional information you need, but the link you sent to your email address doesn't seem to take me anywhere where I can do.

    In addition, some of the information requested was for my credit card, but I'm using a free account and I guess I don't need to present this type of information. Is this correct?

    Hi Daniel,.

    I know not who talk you to or by what method (phone, online, email, chat,...), or how it started, but I strongly suspect that is NOT anyone of Hotmail and you should stop communicating with them and providing personal information any more than you already have and immediately delete all emails from them and who come in the future and do not go to all the links in the emails and do not open attachments to emails.  I'm almost certain it's a scam and an attempt to identity theft and possibly worse.

    Now let's awhile back and check something.  Did you password reset instructions below and receive the email them with a link to reset?  If so, this may be valid; However, if the link is not valid (or even if it is still perhaps not trust because he could easiily be redirected) and request information (enamel on their part is not ask for information but just give a link), especially as your credit card, then it is totally wrong and what I said above applies. In this case, I post on the forum and forget that normal reset method and get help directly from them where you KNOW who you're talking about.

    If they want to use the e-mail process (or need to because you have not provided no alternative), then ask you provide the link they will send (I guess they won't) or to include a way to check for certain that the email is from them given the circumstances - perhaps including a few special as coded message "this message is verified to support Hotmail with the code we agreed on Au93kgke9le ' or some thing like this and ask them to send you a private link response so you can send private code and not in the open air in the thread.

    To resolve this issue, go to http://windowslivehelp.com/product.aspx?productid=1 for support of Hotmail.  For assistance with your password, post your question in the following forum: http://windowslivehelp.com/forums.aspx?forumid=d3fda415-1e53-4007-8e0c-2a77180ffb1d.   Here is specific information on the password reset: http://windowslivehelp.com/solution.aspx?solutionid=bf5d34bf-db28-44ca-ac9a-93838d81b2d6 but be careful if the messaging process is used and do as shown above, or make them use another method (or offer a safe alternative).

    I hope this helps.

    Good luck!

  • How to set a default value in the Import Wizard delimited for the date?

    Hello community,

    I am currently trying to import some files delimited in a SQL table via the Import Wizard (right-click on a Table "import data... ") with delimited as input (.dsv) files.

    In step 4 of the wizard, I put the columns in the Source files for the target of the columns of the Table.

    Now, this is where my problem. Whenever a target column has the format "date", I define the mask of translation you want for each column.

    I would like to define a mask by default so that the same format is always used.

    User interface, it looks like this field also exists:

    field_greyed_out.png

    However I can't put it in the wizard itself, and I'm not able to find the option in the preferences.

    I tried the following preferences (Oracle SQL Developer 4.0.2):

    Preferences-> database->-> all NLS date 3 preferences set to "HH24:MI:SS DD. MM YYYY ".

    Preferences-> Migration-> translators-> Format of Date Source default value "HH24:MI:SS DD. MM YYYY ".

    Preference-> Migration-> data move Options->

    DataMove.PNG

    But still, I have to type it every time.

    Can someone explain how to set the default value?

    You can not.

    But.

    In the next major release, we seek to:

    • selection of a menu selector common date formats drop-down
    • Save your import settings session and their reloading for later import

    I think you have a good idea, maybe it defaults to MRU. When we start the process of the Beta/early adopter, be sure to check and let us know what you think. For the moment, and what I'm doing, I copy the date format string and paste them in such as required. I'm not a super big fan of having default values in 'automatically' added because it can lead to mistakes, and in this case, data corruption issues.

  • How to get the current value of db in backing bean

    Hello

    I use jdeveloper 11.1.2.3.0

    I would like to know how I could access the old value of an attribute in backing bean.
    I know I can get it in terms of EntityImpl with the getPostedAttribute function,
    but as I see that I'm not allowed to access this function in the ViewImpl.
    I get this error:
    Error (151,33): getPostedAttribute (int) has protected access to oracle.jbo.server.EntityImpl.

    Could you help her?
    What is the right way to get the current value on db in backing bean?

    Thank you very much!

    You can add a transitional attribute to the entity object to hold the old value of the desired attribute, then you can add this attribute to the view object.
    Check [url http://www.youtube.com/watch?v=iKVIiK0FBXI] retrieve the previous value of an attribute ADF BC

  • How do Audio/Vedio streaming between web cams and back-end servers?

    I want to implement an internet chat application, I mean, I want a front end, which connects a web cam (microphone and speaker). So I can send video and audio on a back-end server (Flash streaming? but I don't know what a good product out there, I can use) and also send A / V on another computer on the internet. Need in other words, a front end that sends one premises / webcam v (& mic) for the backend and receives remote has / v of backend for webcam (and speaker) + backend streaming server.

    Any suggestions for techniques to use? What streaming flash backend server I should sue? How to acquire A / V of webcam (& mic) and how to send A / V for webcam & speaker to play?

    Thank you very much!

    Before the end of development:-you can use Flash CS4/CS5 or Flex Builder.

    Dorsal programming - programming side server is essentially using ActionScript. You can use Flash CS4, but there is no need special tool creation, you can do with the same text editor. After that you create, you just need to place the files in the right place on FMS.

    Front-end length - you just need Flash Player installed, mainly ActiveX or plugin in your browser - which you would already have now

    Also, if you decide to write the AIR application to your front-end, you need AIR - what is free again

    Hope that answers your questions

  • Audition 3 seeing pricing different sample than that the device presents

    Hello

    I just installed Adobe Audition 3 and 3.01 patch, on a brand new system running under Windows 7 64-bit. The motherboard is an Asus Sabertooth X 58 using Realtek High Definition Audio. Device drivers show that for line input audio sampling rate is set to 24 bit 192K. I wanted to put up the sound card would test the performance and audio quality.

    The problem is when I raise Audition 3 and hit record, I get the message 'we don't support recording when your file does not match your hardware sampling rate. Current hardware sample rate is 44100 Hz." Clearly, this isn't the case since the line properties - Advanced tab displays "2 channels, 24-bit, 192000 Hz (Studio quality).

    According to the installation of the audio of the hearing, it shows only one choice for Audio Driver: Audition 3.0 Windows Sound. It also displays the sample rate: 44100 Hz, clock Source: internal buffer size: 2048 samples with no way to change these values.

    If I click the button on the Control Panel, I get:

    DirectSound input ports:

    Device name: line (Audio device high definition)
    Audio channels: 2
    Bits per sample: 16

    Anyone know how I can change these settings to get the hearing agree with device settings?

    Thank you

    Dale

    DaleChamberlain wrote:

    Anyone know how I can change these settings to get the hearing agree with device settings?

    I'm afraid that life is nowhere near as simple as that. The main issue here is that hearing, in common with most of the audio software, uses a system of driver called ASIO to speak with the audio device - it will cancel much of the operating system and significantly reduces the latency of the system. There are several problems with ASIO if - the first being that it supports only one device per system (or sometimes multiple devices identical if the manufacturer can make look like a single device) and with software designed to use this driver, then to use any other driver (like a native Windows) you must use a converter like ASIO4ALL step. This convert the ASIO WDM Stream and allow you to use multiple devices sound - but with an increase in latency.

    That's the second problem that will really you stuff well - and it's quite reasonable, ASIO is limited by its inventors to run only three sampling frequencies; 44.1 k, k k 48 and 96. So there is no way you can run that you think that may be a higher quality setting. All of the above parameters even 48 k make your audio device much more difficult work and what for? All that happens is to increase the potential bandwidth to well beyond the range of human hearing - to no purpose at all. You do not have sources that can produce useful at these frequencies output, and you certainly do not have the means to reproduce. This all is well documented and explained before, so I'm not all that again. In a Word, Nyquist points out that any device digital sampling has a bandwidth limited to a maximum of half of the sampling frequency, for 48 k which gives us a frequency upward to 24kHz response - comfortably more high that any adult can hear from far away. Whatever it is you enjoy and save out of it using the same 96 k nothing but noise is as far as humans are concerned, and unpercievable of noise to that.

    What says the line properties tab is so, if you have a no ASIO driver designed to support all the possible, possible rates. You don't have an ASIO driver is available, because it is a built-in audio device, and anyway you have already pointed out that it uses the Windows driver for the hearing (a lighter version of ASIO4ALL, actually), so a conversion is already underway. Call Realtek as "High Definition Audio" does not exist - all audio devices built of this nature exist to universally of poor quality and improve it that you would need an external device - which are numerous, usually with ASIO drivers dedicated. But none of them works with ASIO beyond 96 k, everything simply because the standard does not support higher rates.

    If you download and use ASIO4ALL (it's free), then you will get a control panel extra that will show you exactly what your audio device is able to do as much as hearing or any software ASIO is concerned, it is a useful diagnostic tool anyway, so it is better to do. Simply select this option during installation, instead of hearing Windows driver.

    I'm sorry to be the bearer of what appears to be bad news, but in fact, it is not. You won't see any difference in quality at all the clocked at something beyond 48 k sampling frequency; everything you do needlessly wastes the resources of your computer. Waste you the resources processing and disk space available by treatment at ridiculously high sampling rate, and there are zero returns.

  • How to display a list of campaigns that the customer has subscribed to

    I have a site with three campaigns of emailing and a form of 'subscribe' allowing people to go into the details, create a name of user and password and select what emailings one (or more), they wish to subscribe to.

    The email they receive shows that they have joined in campaigns.

    I want to be able to let connect you to the site and see who they are subscribed to campaigns and enable them to unsubscribe from their share it too.

    I know they can select the "unsubscribe" link in one of the e-mails they receive, but how can I do this in one place on one page after that they connect?

    I used the tag {module_subscriptions} but showing only the secure area that they have subscribed to, not the list of campaigns, that they have also signed on.

    So I know I have the logging in process work properly and showing me CRM details correctly and subscriptions and favourites. But how can I show the campaigns?

    Hi David

    You can do this natively in British Colombia. The function does not exist. There is a version of the opt-out tag that comes their unsubscription from the LIST rather than the database that you could get a babystep to what you need.

    Otherwise, I would have to build you a CUSTOM Installer where connected clients LIST SUBSCRIPTIONS are controlled via the API.

    And if the customer wants to change which indicates that they are that we also do via the API

    It's the only way. And it's certainly something that would take more than a day (rather than hours)

    If you need more advice on this feature just send me an email and we can run through together.

    [email protected]

  • How to keep account different values of two two-dimensional array

    Hello

    I need help regarding one of my LabVIEW VI. I have three matrices 2 dimensions, namely Sx, Sy, and P of dimension 4 x 4 of each. I want to do the following calculation:

    P(i,j)=[P(i,j+1)+P(i,j-1)+P(i+1,j)+P(i-1,j)]+1/8*[-3*SX(i,j+1)+SX(i,j-1)+2*Sy(i-1,j)-2*Sy(i+1,j)].

    For now, you can consider all values of Sx and Sy matrices and matrix P for the first time for all the elements as zero.

    I did it in Matlab, but have no idea on how to do this in LabVIEW. Please help me in this regard.

    Thanking you!

    You can go there.

Maybe you are looking for

  • Headphones

    My son has had his 6 s dead Iphone in the store in Edinburgh today, phone has been replaced, but the store won't replace broken headphones, no reason given just couldn't!

  • password is not displayed

    Firefox is to remember my password but it isn't to their display on the sign in space. "Remember password" is checked. This is true on all sites. How to make this work? Thank you, Scott

  • HP 15-n225TU: I can update my laptop graphics card?

    I have 2 questions. 1: I installed a new graphics card in my laptop? Currently it is to have an integrated graphics processor (Intel HD 4400). 2: the game experience will improve if I upgrade the RAM? Thank you

  • Express Mystery ethernet airport knocks out internet

    Hello world Up to what a month ago my home network worked perfectly until a fault on the line (which was repaired subsequently by an engineer) seemed high. Below is a network card in my home airport network. The top-level TimeCapsule Airport (last ge

  • Hardware options for synchronization

    Wondering if someone could help to "classify" these approaches for synchronization. -TCXO with shared references/PPS (i.e. - cable MIMO or OctoClock) -OCXO -OCXO with GPS The 'standard' TCXO models require extra things (MIMO or OctoClock or external