Play guest < currency > < date >

Dear professionals,

In my IPCCX script, I get an amount of currency and date from a database and store them as a monetary variables and date. I can read the variables to the appellant using step 'play at short notice '. The date is in mm/dd/yy format and currency is in the format $xx.yy

What I have to do an analysis/Assembly or it will automatically play 03-04-06 as "March 4, 2006" and $100,55 "hundred euros and fifty cents?

Thanks in advance,

Mike

N ° you will need to use the prompt create generated to talk about the date or values. For the date, use the date and currency generator type, you can use $, currency of hundred etc.

Hope that helps. Please rate of messages.

Tags: Cisco Support

Similar Questions

  • Guest randomly repeat already played guest

    Hi all

    Does anyone know if / how it is possible to prevent a container playing randomization mode prompt to repeat among the guests, when he played?

    Option is to play one of five different task queues in a random order while the appeal is pending, but not to repeat all the prompts. All guests have the same assigned weight.

    It works partially, but only 4-5 guests are played, causing at least a guest to be repeated in each arch 5

    Fast fast loop invites

    1            2             5            5

    2            4             2            1

    3            5             3            4

    4            3             2            3

    5            5             5            5

    Any ideas?

    Henrik

    Well, this may seem a bit hardcore and you might wonder why and how is UCCX doesn't have this as a built-in function. I do not know and at this point, I'm too tired to study but I think that this could be done in a much easier and easier medium.

    I love Java and I am happy of what UCCX allows me to use it.

    We'll start by adding two new variables:

    index - of type int, the initial value: 0

    arrayList - type java.util.ArrayList (Yes, all in type), initial value: java.util.ArrayList (new) - again, you will need to type this in, it is not enabled by default and not visible in the drop-down list.

    Then insert a step with the following code block:

    {
    arrayList.add (P [prompt1]);
    arrayList.add (P [prompt2]);
    arrayList.add (P [prompt3]);
    java.util.Collections.shuffle (arrayList);
    }

    It's simple: by calling the add on the arrayList variable we add three invites you to the variable arrayList; or, in fact, add at the end of the list - don't forget, it's a list, so it is commanded and Collections.shuffle () method did the trick, dragging the entries of the list - in this case, our reference line.

    Play them are trivial: Add a quick step to play with the PLAY label and use the following construction: arrayList.get (index) (fast)

    Then use the step increment to increment the value of the index variable.

    Finally, use an If step to check the value of the index variable, by comparing its value to the size of the list contained in the arrayList variable: (index

    Like this:

    G.

    EDIT: Fixed a fault (ArrayLits-> ArrayList).

  • Guest guest choose date inbetween Date 1 and Date 2

    OBIEE 11 g

    I have a report which will be on a dashboard. Report has a date column, but I would like to ask the user to choose between the Date 1 and Date 2 and bring back results between these 2 dates.

    create a command prompt using the Date with the operator Is awesome column and make this column to Date is requested in the report for the report will give you the results between the dates.

    Point hope @Prassu is also the same...

    (or)

    Is that your condition is popup a warning window to tell the user to select 2 dates. I am confused with your message subject "Prompt guest to choose between the two date Date 1 and 2" what do you mean by that.

  • guests of date

    Hello

    I use obiee 11g,
    I areq as to show the guests of beginning and end date where start and end dates should be included in the data in the report also.
    Now, to do this I just created 2 guest and use it in my reports filters.

    {like abc.date > =@{StartDate} and abc. Date < = {EndDate}

    When I did everything first, I found that the date of end because it is a timestamp is not it.i.e including. If the end date is 31 August 2011
    the report then shows the data until August 30, 2011 only.

    So I think use trunc (end_date) rather than use just end_date in the filter is ok my question. In sql, we do this way.

    Or obiee has another solution for this?

    I need to make this change in many places, my question, given that this approach ok?

    Thank you

    In OBIEE - RPD physical layer, change the date column type 'DATE' of 'DATETIME '. Remove the column from the MDB layer & presentation layer for column and drag and drop of physical layer agin after changing the physical layer Type.

    Something similar to this http://www.rittmanmead.com/2009/03/dates-timestamp-and-oracle-bi-answers-filters/

    What shud solve your problem of timestamp everywhere.

    Published by: Deepak Gupta on 12-Sep-2011 23:25

  • CD/RW drive plays CD and play files of data on CD and DVD but cannot write or save any media.

    My CD/RW drive cannot write, but it plays CD, what I can do to solve the problem?

    Hi elize123,

    1. don't you make changes before the show?

    Try these steps and check the result.
    Step 1: Start the IMAPI CD-Burning COM Service and check the result.
    a. Click Start, click Run, type services.msc and click ok.
    b. in the list of services, double-click IMAPI CD-Burning COM Service.
    c. change the startup type to automatic, and then click Start.
    d. click on apply and then click ok.
    e. restart the computer and check if the problem persists.

    Step 2: Check the registry entries.
    a. see the CD-R or CD-RW drive is not recognized as a recordable device
    b. follow the steps in the article, and then restart the computer.
    c. check to see if the problem persists.

    Important: Modifying the registry incorrectly or remove will cause serious damage to the computer. It is recommended to back up the registry before you edit it.
    See How to back up and restore the registry in Windows

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Play with the date format TO_CHAR

    Hi all
    I'm learning how function TO_CHAR date format and code using the table double, but I had a few difficulties:
    SQL> select to_char(sysdate,'dl') test from dual;
    
    TEST
    -----------------------------
    Monday, December 20, 2010
    
    SQL> select to_char(sysdate) test from dual;
    
    TEST
    ---------
    20-DEC-10
    
    SQL> select sysdate test from dual;
    
    TEST
    ---------
    20-DEC-10
    
    SQL> select to_char('20-DEC-10','dl') test from dual;
    select to_char('20-DEC-10','dl') test from dual
                   *
    ERROR at line 1:
    ORA-01722: invalid number
    How can I place an explicit function TO_CHAR date?

    Best regards
    Valerie

    Valerie Debonair wrote:
    Hi all
    I'm learning how function TO_CHAR date format and code using the table double, but I had a few difficulties:

    SQL> select to_char('20-DEC-10','dl') test from dual;
    select to_char('20-DEC-10','dl') test from dual
    *
    ERROR at line 1:
    ORA-01722: invalid number
    

    How can I place an explicit function TO_CHAR date?

    Oracle converts implicitly your string to a date so that it can convert it to a string using your to_char function. Implicit conversion is based on your NLS_DATE_FORMAT settings, but you can never count on these implicit conversions.

    You can be...

    SQL> select to_char(to_date('20-DEC-10','DD-MON-RR'),'dl') from dual;
    
    TO_CHAR(TO_DATE('20-DEC-10'
    ---------------------------
    Monday 20 December 2010
    

    or

    SQL> select to_char(date '2010-12-20','dl') from dual;
    
    TO_CHAR(DATE'2010-12-20
    -----------------------
    Monday 20 December 2010
    

    Note that this one used Oracle fixed-date internal format YYYY-MM-DD, so if ever you use this method, you must specify the date string in this format. It also only deals with dates, not the component "hour".

  • Calendar guest - display Date only - no. Timestamp

    Is there a way when you use the calendar control type in a command prompt to force do not display the timestamp of the date part? I tried to use a column with any type of DATE as the quick column but it always shows the full date and timestamp after I select my calendar values and hit go. I tried a few other casting here and there but nothing works as expected. Any thoughts?

    Thank you

    K

    Published by: user_K on April 20, 2010 17:18

    Hello

    This is the bug

    See Bug #: in the following link 9280334. There patch according to the link below.

    http://obiee101.blogspot.com/2010/03/OBIEE-patches-101341-part-4.html

    Concerning
    Kishore Guggilla

  • Problems with guests calendar date

    Hello

    I am facing the issue calendar dashboard date invites you. When I try to compare this value saved in the presentation variable on the criteria tab, then the following error has occurred:

    [nQSError: 46046] 06/05/2009 DateTime value does not match the specified format.



    I read in this blog ( http://108obiee.blogspot.com/2009/05/how-to-add-leading-zeros-after.html ) that we have to make some changes in the calender.js which is present in the location \OracleBI\oc4j_bi\j2ee\home\applications\analytics\analytics\res\b_mozilla and no location \OracleBI\web\app\res\b_mozilla.

    Right now I use Oracle Application server instead of the server oc4j standalone that's why I have not \OracleBI\oc4j_bi folder in my list.

    Can you get it someone please let me know where can I do the change in calender.js

    Kind regards

    We must not mix the format of a date and the date type.
    In a filter to a formula, the goal is not to give a format, but a variable with a type date.

    The variable presentation take the data type of the physical column corresponds to the column of presentation.
    Can you give a check. Here's a how-to:
    http://gerardnico.com/wiki/dat/OBIEE/presentation_service/obiee_date_variable#understanding_the_datatype_of_a_presentation_variable
    If you have a text, you must change it as a date.

    Thanks, I see that there is error OBIEE. Can you give us the OBIEE interpreted as logical SQL

    -------------------- SQL Request:
    SET VARIABLE QUERY_SRC_CD='Report',SAW_DASHBOARD='/users/administrator/_Portal',SAW_DASHBOARD_PG='Date',SAW_SRC_PATH='/users/administrator/DateAnswer',DISABLE_CACHE_HIT=1; SELECT Calendar."Time Id" saw_0, cast(Cal.........
    

    You can find it in the newspaper.

  • Deleting the data in the value of the entity currency Adjs

    Hi all

    We loaded some data and the newspapers to several accounts of member base and entities, with the currency of the entity and loading magazines feature currency data loading Adjs.  Now, I try to use the HFM Client (Windows) for erase all application data, in order to modify the data set and recharge.  The problem is that only the values of the currency of the entity are clearly this tool 'clear data '.  If I do a recovery on the app after erasing everything, I still see data hit entity Curr Total value of the entity currency Adjs.  There is a 'Options' box in the lower left of the customer where you can check or uncheck 'Currency of the entity' - I tried both without success.

    If someone could tell me how to clear these intersections, I'd appreciate it.

    Thank you in advance.

    Brian

    Hello

    As far as I know, erase erases only the currency of the entity of the POV. On the part of journals, you should unpost all logs manually or with the use of a tool of the API.

    Kind regards

    Thanos

  • How to change the default date format in guests

    Hello
    I have two guests start date, end date. I get these using the results of Sql as 02/01/2009.I need to change the format for the type char... because over one is the DATE data type. I tried with
    to_char(start_date,'DD-mon-YYYY') of results sql but its not give good results!

    My results are like like that on February 1, 2009. How can I do this using Sql result in guests himself.

    Thank you
    Ravi

    Hello Nico,

    Thanks... that is exactly, what I'm talking about...

  • How can I move the iTunes file that keeps track of plays on a new hard drive

    I added an SSD for my MacBookPro and use it as a boot drive. I finally understood how to get the entire library of music to play without moving all the music for the SSD (not enough of space for everything), but I have lost all my game account.

    There must be a file that lists all these information. Where could I find it? I tried to export the library but the iTunes on the new disc he did not recognize.

    Thanks for any help you can provide.

    10.11.6, iTunes 12.3.4.1

    The file is the iTunes Library.itl file. This file guard track of everything in iTunes. And I mean everything. What kind of music you have, what has been deleted, playlists, play counts, ratings, date added, files, but a group which is not a lot of information duplicated in the tags attached to the media.

    It is quite difficult to judge where exactly you are in this process because you don't have not said us what you did exactly. It's easy to make a mess of a library in doing things without knowing exactly how iTunes really works rather than how we think it works. You can try to copy this file .itl on the original to the new one and maybe drive he always knows that the media files are the original disk, but I'm not positive.

    Just to let you know, using a library distributed in this way can lead to complications on the road and requires that begin you now learn the details of the operation of iTunes if you can avoid the problems.

    On the iTunes library files - https://support.apple.com/HT201610 - does not mention that a complete library of work also includes other files and also files in the iTunes folder.

    More about the library files iTunes and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management

    What are all these files in iTunes? - http://www.macworld.com/article/139974/2009/04/itunes_files.html

    Where are my iTunes files located? - http://support.apple.com/kb/ht1391

    iTunes 9 [and later]: understanding iTunes Media organization - http://support.apple.com/HT201979 - more information on the Organization of the new structure https://discussions.apple.com/message/26404702#26404702

    Image of the folder structure and the explanation of the different versions of iTunes (post turingtest2) - https://discussions.apple.com/docs/DOC-7392 and making a portable iTunes library.

  • Indicator of waveform data dashboard with multiple locations

    I have a chart in waveform with multiple locations on my main VI running.

    I use the Application Dashboard data 2.2.1 on my Ipad to monitor table of wave shape of my running app.  I placed a marker on my Ipad and also related waveform with my waveform array variable.  I can't play my data dashboard application because it shows unable to connect to the server.  I noticed that it is because of multiple plots being plotted on my table of waveform.

    I could only play the App data dashboard when it is just a single parcel related to an indicator on the App.

    My question is if it's possible to have a graphical indicator of waveform on a data dashboard that has several plots being plotted and not only a single square, and how to configure it?

    Thank you.

    Click on Bravo and select as an accepted answer.  You are welcome.

  • videos will not completely play without slaughter several times why?, why? Pourquoiiii?

    I tried everything and I can not play them thru ihav downloaded the latest version of java and also I downloaded active x idont know what else someone can you please help me? !!!

    Do you mean the videos that play you in Windows Media Player, or videos that you view in a browser, from sources online?

    If you mean online videos played through the browser, then the reason of they stop has to do with the speed of the internet connection that you are using, and how long your computer is buffering videos. Basically, the video plays faster, then data is downloaded and stored while it freezes while downloading catches up. On Youtube and similar sites, you might be able to get around this by pausing the video for a few minutes at the beginning, to give him a head start on the download. Or see the video twice: the second about must be smooth, because the data has already been stored.
    Now, if you mean videos has played in Media Player directly from your hard drive, I have no idea why he would do that. :)
    I hope someone else can chime and you help in this matter.
    Best wishes
    Tiffany McLeod aka BookwormDragon
  • Audio books play in the right order

    I have a laptop with Windows 7, but if I try to read an audio book, he will play, but in the wrong order.  The only way I can listen to it is to highlight every piece he plays, but it's not ideal.  They play fine on a regular CD player. Any ideas?

    Hi Louise - Welcome to the community...

    I expect what you're saying the disc you are playing has the data files on it (no audio) and they are probably classified in a way that should reorganize to WMP.

    If you open the cd in the computer - cd/dvd drive what information see you here on the content of the disc? It may be better to download the files from the drive of your pc. and then you can rearrange them if necessary. -R.

  • XML work for guests

    Hi all

    I'm working on XML files. The XML files and files wav in the web server. I need to play the guests of the web server. For example playing guests like this

    P [http://x.x.x.x/prompt.wav]. I got the XML path with script. How to do this? Do I need to download web of ccx wav files?



     
     http://10.34.170.27/Gunaydin.wav
     

     
     http://10.34.170.27/hoscakalin.wav
     

     
     http://10.34.170.27/iyiaksamlar.wav
     

     
       http://10.34.170.27/iyigunler.wav
     

    Hello

    You don't need to download the guest to the repository UCCX. Once you define the value of create a Document URL in the promptset then you can use the game, but controls prompt calling your promptset variable:

    Fast read (- trigger Contact-, promptset)

    Gabriel.

Maybe you are looking for

  • Looking for a power cord EU for iMac.

    Hello, I am a technician in the Air Force, stationed in Belgium and as most know, the power cords are different here. I'm simply looking for the European version of iMac use power cord then here to do not to damage my computer. I went up to visit the

  • iPhone in Australia of bending problem

    I have two iPhones, iPad and apple TV. I bought iPhone6 and a soft case for it on the Apple Store in Sydney 6 months ago. It is only when moving to work I keep the phone in my front pocket and put it on my desk as soon as I get in the office or at ho

  • DV6-6173sf graphics drivers windows 8

    Hello world Recently, I upgraded my windows computer (dv6-6173sf) 8 of windows 7 and everything works well except the catalyst control center that can not work normally... There is no drivers for windows 8 to the hp link provided for dv6 6173sf drive

  • Default user signing off after the implementation of network

    It has created a single user on this computer.  Normally, when I turn on the computer, it goes to the login screen, the account is already selected and I type the password and login.  But I have set up a home network so I could use the printer in the

  • Cannot receive the SIGNAL of webView.

    I have a class that creates a webview in c ++ and is responsible in qml.  However, you may not receive all the signals (for example, loadingChanged) of webview Here is the c ++ {BrowserLogin::BrowserLogin()} Container * Container = rootContainer:: cr