How do we preview a recording I just created in a Topic ?

Can anybody please help ?
I can't find this in the docs ..
How do we preview a recording I just created in a Topic ?
Many thanks in advance.
Best Regards,
Nitin Jain

Found it !
Just select the newly appeared Preview option in the File menu, or on the toolbar !! :)
cheers..

Similar Messages

  • How do I select stuff from table just created in PL/SQL script?

    When I execute a select statement, SQLplus complains about the table does not exist. But it has just been created? Dont know what is going wrong... thanks in advance...
    Code is as follows:
    DECLARE
    column_table VARCHAR(50) := 'column_table';
    r_count NUMBER(10) := 0;
    BEGIN
    column_table := UPPER(column_table);
    -- I created the table here and commit
    EXECUTE IMMEDIATE 'CREATE TABLE '|| column_table || ' (table_name varchar2(100), column_name varchar2(1000))';
    commit;
    IF someCondition THEN
    blahblah
    -- this is where SQLPLUS complains about the table or view does not exist
              select count(1) into r_count from column_table where table_name = someValue;
    blahblah
    END IF;
    END;
    /

    Thanks for the additional detail
    >
    Better way of doing this?
    >
    I sure wouldn't do it that way.
    My first approach would be to produce tables or views that show the differences. Then let the users examine the data or export the data to excel and send it to them.
    This is what I have done in the past that has worked well. This assumes that Table1_pre and Table1_pos both have primary keys
    There will be four result tables
    1. Pre_but_not_Post - this table has records (primary keys) in the Pre table that are not in the Post table
    2. Post_but_not_pre - opposite of #1 - records in Post table but not in Pre table
    3. Pre_records_changed - this table has records in Pre that are also in Post table but at least one column value is different
    4. Post_records_changed - this table has the Post table records that match #3
    A. Create a view on Table1_pre that only includes the columns to be compared.
    B. Execute four queries (not tested) to do the above data split - this lets Oracle compare the data in the two tables
    1. Pre_but_not_Post - query the key values in the Pre table that are not in the Post table creating a new table to hold the result
    CREATE TABLE PRE_BUT_NOT_POST AS
    SELECT pre.key1 from Table1_pre pre
    MINUS
    SELECT post.key1 from Table1_post post
    2. Post_but_not_Pre - query the key values in the Post table that are not in the Pre table creating a new table to hold the result
    CREATE TABLE POST_BUT_NOT_PRE AS
    SELECT post.key1 from Table1_post post
    MINUS
    SELECT pre.key1 from Table1_pre pre
    3. Pre_records_changed - query the records from the pre table that are in the post table but are different - create a new table
    CREATE TABLE PRE_RECORDS_CHANGED AS
    SELECT PRE.* FROM Table1_pre pre, Table1_post post WHERE pre.key1 = post.key1
    MINUS
    SELECT POST.* FROM Table1_post post, Table1_pre pre WHERE pre.key1 = post.key1
    4. Post_records_changed - query the records from the post table that are in the pre table but are different - create a new table
    -- left as an excercise for you
    The first two tables show you the records that aren't in one of the tables. The second two tables have the records that are different in some column.
    In the past I have merged the second two tables into another table and added a flag (PRE or POST) to indicate which table the record came from.
    Then I would export the new table in sorted order - ORDER BY KEY1, FLAG and export the file to delimited format. The file has every record that is different with the POST record immediately followed by the matching (on key) PRE record.
    I created an Excel template with a formula in every cell of every even numbered row. The formula would compare the cell value in the row to the cell value in the row immediately above - this compares PRE to POST values for each column. If the value was different the formula would turn the cell RED.
    Then I would open the delimited file in an Excel worksheet, copy the entire set of cells to the clipboard and then paste it into a copy of the Excel template.
    Voila! - Every cell that was different was hightlighted in RED and easy to spot.
    Users could examine the data at their leisure to determine what was wrong or needed to be fixed and the developer had the corresponding data in a table where it could be changed and then applied to the POST table as an update.
    The above approach is very straightforward and easy to setup and implement. Even if you don't use it as your final solution it will make it easier to confirm that whatever solution you do adopt is correct.
    I would recommend you try the above on a small number of records for one of your tables as a proof-of-concept. You should be able to easily adapt it for your particular requirements. For example, you may just need to write a report or custom query using the two tables from steps 3 and 4 above.

  • How to delete the duplicated records, not just surpress the records?

    I am new to CR. Right now I am doing a project which needs CR get query from Oracle. I got the query from Oracle. There are records with duplicated fields. For example (the following only show part of fields):
    ID    body_code  
    1            10            
    2             10            
    3             15            
    4              15           
    5              15           
    6              16           
    I need to only select records (not surpress, because I will do some caluculate later) like following:
    ID         body_code        
    1             10         
    2              15
    3               16   
    I tried to creat selection fomula in fomula workshop, shown as follows:
    onlastrecord;
    <>next
    but CR said next can be evaluated. I think it must have something to do with the print-time. So what show I do to delete the duplicated records.Thank you very much.

    Ting,
    Try this:
    Insert a group on body_code.  Then create a running total called Distinct Count.  Field to summarize -> ID, Evaluate on change of group Group # 1 Body Code, and Never Reset.
    Then insert a chart in the report header:
    In the advanced layout, select body_code on change of and select Distinct Count running total in the Show values.
    I hope I understood what you're looking to accomplish.
    Z

  • HT5661 how do I remove the password I just entered to protect my phone from others

    how do i remove the password I just created for Find My Phone to keep people from using my phone?

    The password is configured using Airport Utility in the Utilities folder. Use it to change the password. Be sure you use WPA2 security, as well.

  • My LR previews data file has just gone over 50GB, how can I shrink it as I really need the space on my laptop?

    My LR previews data file has just gone over 50GB, how can I shrink it as I really need the space on my laptop?

    Or if you don't want to delete all of it, you can just discard 1:1 previews using Library->Previews menu - that may or may not buy you the space you need.
    If you do opt for deleting the whole thing, here is an idea to keep it from going back to 50G: change the size/quality of standard previews and/or the policy for auto-removing 1:1 previews (Lr Preferences -> Catalog Settings -> File Handling).

  • HT3739 how do i preview a word document without it going into stack first? I downloaded (legally) microsoft word to this macbook I just purchased last week.

    how do I preview a word document without it going into stack first? I did download (legally) Microsoft Office to this Macbook I bought last week.  I tried removing stack from the dock and the word documents did the same thing, only flew to the top right of my screen instead....

    Hi
    Please find the links given below to call HP technical support.
    If you live in the US, contact HP Here.
    If you are in another part of the world, start Here.
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • How to do Toggling between records?

    Users are able to pull multiple preview records from the campaign. When they pull the records they are unable to go back to the record which they wanted.
    This feature will also be helpful when an inbound call comes in when user is working on a preview record. It wipes out the preview record as soon as the inbound call comes in. Currently, users are not able to go back to the preview record after the Inbound call is over.
    How can i implement this?

    I just started to look at your code and stopped immediately when I saw this (see image below):
    What are you trying to do?  Do you realize that you are trying to communicate to the same serial port from 3 parrallel instances?
    Although your indicator say "read buffer", I don;t see any serial reads..  just "VISA Writes".   Please start at the top.  What are you trying to do, because writing to the proper Excel column should not be that difficult..  I can create an example, but I suspect you have many other obstacles before reaching that point.
    RayR
    Also, do you realize that each time the "Write" buttons are OFF, that it clears the text?  If it is intentional, then a good idea is to place a comment to that affect or better is to place an empty string constant in the false case and wire it to the string output tunnel.
    Message Edited by JoeLabView on 03-10-2008 10:24 AM
    Attachments:
    LookingForTrouble.PNG ‏28 KB
    LookingForMoreTrouble.PNG ‏22 KB

  • How many DNS record need to create in Internal & external DNS server for exchange?

    Hi friends,
    I recently installed Exchange Server 2010 in my organization for testing purpose and I've register a pubic ip too for exchange server on godaddy.com. How many
    internal & External DNS records reqired to configure on external & Internal dns server so my all feature like Auto-discover, Activ -sync,& webmail start working perfectly.
    It's my first time configuring exchange for a organization.
    Thanks & Regards,
    Pradeep Chaugule

    Hi,
    Just as what ManU Philip said, you need to create
    Autodiscovery.domaincom and mail.domain.com for external dns server.
    Generally, you configure your Exchange Servers as DNS clients of your internal DNS server.
    Refer from:
    http://technet.microsoft.com/en-us/library/aa996996(v=exchg.65).aspx
    Best Regards.

  • Portal Master-detail form how to auto assign detail record sequence number

    Portal Master-detail form how to auto assign detail record sequence number.Please help me?

    You can just read the following section
    Can I specify a sequence number generator as the default value for a form column?
    Yes. Enter the following in the "default value" field for the column:
    #<schema name>.<sequence name>.nextval
    where <schema name> is the name of the schema containing the sequence, and <sequence name> is the name of the sequence. The entry is preceded by a "#".
    For example, if the schema name is "SCOTT", and the sequence name is "CUSTOMER_SEQ", the default value entry is:
    #SCOTT.CUSTOMER_SEQ.NEXTVAL
    same way you can do for master - detail form.
    for more information on forms please refer the following URL.
    http://otn.oracle.com/products/iportal/htdocs/portal_faq.htm#BuildingApplications
    hope it helps.

  • How to display the NULL records by multiple XMLTABLE()

    First, let me provide the testing data of INSERT and CREATE TABLE sql:
    create table xml_t2 (xml_raw XMLTYPE);insert sql, a bit long.....just copy and paste then run it will be OK!
    the system warns: Your message exceeds the maximum length of 30000 characters.
    So, I place it on the mediafire shariing space
    http://www.mediafire.com/?npmot6lgl86dgliTesting SQL:
    SELECT t1.years, t1.months,t1.days,t1.hours,t1.value,t2.value
            FROM xml_t2,
            XMLTABLE ('$d/cdata/F1' passing xml_raw as "d" COLUMNS years integer path '//year', months varchar(3) path '//month', days varchar(2) path '//day', hours varchar(2) path '//hour', mins varchar(2) path '//minute', value float path '//value') t1 ,
            XMLTABLE ('$d/cdata/F2' passing xml_raw as "d" COLUMNS years integer path '//year', months varchar(3) path '//month', days varchar(2) path '//day', hours varchar(2) path '//hour', mins varchar(2) path '//minute', value float path '//value') t2The condition for now is....In the xml data, I have deleted the month 'Jan' with <F2>tag which is in 2010.
    That mean the output of XMLTABLE t2 will not contain the 'Jan' records but it is still remain in XMLTABLE t1.
    The problem is that when I use the above SQL to show the t1.value, it will not display the t1.value in 2010 Jan.....it just skipped 'Jan' and becomes 'Feb'...
    what i would prefer to display is something like this:
    YEARS MONTHS DAYS HOURS t1_value t2_value
    2009     Jan    01   01       8       8
    2009     Jan    01   02       8     580
    2009     Jan    02   01     580     580
    2009     Jan    02   02     580     580
    2009     Feb    01   01     440     440
    2010     Jan    01   01     627     NULL
    2010     Jan    01   02     627     NULL
    2010     Jan    02   01     367     NULL
    2010     Jan    02   02     367     NULL
    2010     Feb    01   01     367     849
    2010     Feb    01   02     849     849
    ..............So...the main problem is how to display back the record in JAN in 2010 in t1 XMLTABLE and assign null to the t2 XMLTABLE since it doen't contains this months record.
    THANKS for help!!

    Hi,
    What's your database version?
    Are you using binary XML storage? (This is the default in 11.2.0.2)
    If not you have to explicitely specify it :
    create table xml_t2 (xml_raw XMLTYPE)
    xmltype column xml_raw store as securefile binary xml;Along with object-relational, it's the best storage strategy to use in conjunction with XMLIndex.
    You should also use a structured XML index instead, it's more appropriate than the unstructured index you're currently using :
    create index xml_t2_sxi on xml_t2 (xml_raw)
    indextype is xdb.xmlindex
    parameters (q'#
    XMLTABLE xml_t2_xt '/cdata'
    COLUMNS
    YEARS  INTEGER    PATH 'F1/name/year',
    MONTHS VARCHAR(3) PATH 'F1/name/month',
    DAYS   VARCHAR(2) PATH 'F1/name/day',
    HOURS  VARCHAR(2) PATH 'F1/name/hour',
    MINS   VARCHAR(2) PATH 'F1/name/minute',
    VALUE  FLOAT      PATH 'F1/name/value',
    VALUE2 FLOAT      PATH 'F2/name/value'
    call dbms_stats.gather_table_stats(user, 'XML_T2');Use the query provided by Stew and check the explain plan, you'll see the difference.

  • How to insert a specific record into alv

    Hi everyone,
      here is my problem:
        I put an ALV GRID control in my screen , it display some records.
        and I create a new button on the toolbar, and in the "handle user command class" , I need to
    select a record from DB table into a work area.
        after I select the record I need, here is the key question:
          *I want to insert the record into the ALV at a specific row position which the user decided,
    what should I do?*
      METHOD HANDLE_ON_USER_COMMAND.
        CASE E_UCOMM.
          WHEN CL_GUI_ALV_GRID=>MC_FC_LOC_INSERT_ROW.
          WHEN 'FC_ASSIGN'.
    ***I do some selection here  
            select %%%$$%%%^&&** into GS_HOLIDAYS.
    *** after the selection, what should I do then????
    *** I want to insert the work area GS_HOLIDAYS into ALV at a specific position
    *** e.g.  into the 3rd row.
    *** how can I achieve that????
    ***call a method or something??????I don't know    
          WHEN 'FC_DELETE'.
          WHEN OTHERS.
        ENDCASE.
      ENDMETHOD.
    pls don't let me go through the programs in package "SLIS",because I have already done that and
    I haven't solved my problems yet.
    Thanks for your help.

    All u need to do is on user command for inserting new records u just insert a blank record in your internal table that u are displaying with required style informaion for making it editable and then refresh alv display by method REFRESH_TABLE_DISPLAY.
    Thanks & Regards,
    Vivek Gaur

  • How To Selectively Preview In Camera Raw?

    I was reading in one of the Photoshop magazines that there was a way to selectively preview attributes in Camera Raw but I can't remember how to do it.
    To be more specific: When you are working in one of the develop tabs ( any of the upper left special tabs) in camera raw and toggle the preview button it only shows you the preview for that specific tab (compared to the original raw file). I want to know how I can preview the original image compared to ALL of the attributes I've changed at once OR only preview the one specific attribute that I've changes compared to the original raw file.
    Does anyone know how to do this? Please advise.
    Regards,
    Rod Klein
    www.rhkuw.com

    Terminology-wise, your description of what you want seems to be off a little, since there's not really an "original raw file" per se.
    There are the settings you started with, i.e., the Camera Raw Defaults (if the raw file has not been opened before) - or - the stored Image Settings for this raw file (if you opened it before).  I'm assuming what you're asking for is a way to see the current entire batch of settings, vs. what you started with.
    When you make control changes, the set of parameters is now considered Custom Settings.
    The way that comes to mind to compare is to click the fly-out menu icon and choose Image Settings (i.e., the settings you started with), or Custom Settings (i.e., your current changes since starting with the image this session).
    -Noel
    P.S., This key summary is often helpful:
    http://help.adobe.com/en_US/photoshop/cs/using/WS982EFD65-8549-4c58-AD7D-0C2C2C39DAF1a.htm l
    Unfortunately, I know of no way to assign keys to menu items in Camera Raw.  That doesn't mean it doesn't exist, just that I don't know of a way.

  • How can I get Video Recording! on my Blackberry curve 8320 ???????????? HELP PLEASSEEEEE

    Hi, Im a bet stressed out i just got the blackberry Curve 8320 from Tmobile and realized it has no Video recording however the person that sold it to me says they downloaded a program like a converter or something and they used to have video recording on it.  Can you please tell me how i can get video recording on mine Please. Thank you.

    to use video you need an upgrade. The name is handheld device software OS. I believe you have 4.2. 4.5 is required.
    You have to wait for TMobile to release the 4.5 OS.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • How can I turn a recorded voice into multiple voices that sound like a group of singers?

    I'm using Logic Pro 9. Could someone teach me how to turn a single recorded voice into multiple voices that sound like a group singing together
    by mixing or other techniques ? I don't have the luxury of a group singing together with me when I do recording. Advices would be much appreciated!

    By far the most natural way to achieve this is for the singer to perform multiple takes - even if you've only one singer. At it's simplest, you could just double track the vocal part, although I prefer 3 parts - panned centre, left & right. Then repeat this process for each harmony, & mix accordingly.
    Melodyne & some of the above methods do work on am single voice, but phase cancellation can be an issue if your not careful with each part's timing & panning. If you can only get a couple of decent takes from the singer, far better to perform any harmony/pitching techniques on the second take to avoid any phase issues. It's not uncommon for a singer to perform each vocal part 5-10 times, then comp (edit) the best takes so that you end up with 3 decent takes.
    If you've only only one voice to work with Antares Harmony EFX is a useful alternative.
    http://www.antarestech.com/products/harmony_efx.shtml

  • How to get Preview to be Safari's default PDF viewer

    I mistakenly downloaded Adobe Acrobat Reader, after being advised by a state tax website.  I wish I had first tested my existing configuration because Safari/Preview had always worked just fine for viewing PDF (with the Feds!), but I didn't.  Adobe A. Reader "asked me" if I wanted to make it the default reader of PDF, and mistake number two, I clicked yes.  Then I realized I didn't like A.A.Reader compared with Preview, so I threw it out (I coudn't find any uninstall function). After that Preview worked for PDF files already on my computer, but not in Safari.  Safari Help said there is a toolbar that can be accessed by putting the pointer over the bottom center of the (SafarI) browser window and then 4 buttons are supposed to appear, one saying "open PDF with Preview."  I cant seem to get this toolbar to appear!
    I hope there is someone clever out there to tell me how to get Preview to open PDF files in Safari again.
    Message was edited by: blckhed     OK, just like the mistake I made with A. A. Reader, I should've looked through the discussions 1st (blame it on tax fatigue) because I found the answer in response to "Adobe Reader messed up Preview & Safari for me.  What now."  I removed the offending AAP plugins from the Internet Plugins folder (Mac HD>Library>Internet Plug-ins) and everything is back to normal.  Thanks Apple Discussions!

    see: Re: How do I make Preview the default PDF reader on Safari?

Maybe you are looking for