support for display of data

Hello
I have the below result stored in a table.
Region id region name countrycd country name
1          africa      ET        ctry1
1          africa      SH        ctry2
1          africa      SL        ctry3
2          Japan       JP        ctry4
2          Japan       CY        ctry5

I want to showthe results in below format. 
Result 

region   region id  country name
Africa     1        NULL
ET         NULL     ctry1
SH         NULL     ctry2
SL         NULL     ctry3
Japan      2        NULL
JP         NULL     ctry4
CY         NULL     ctry5  
can you please help

Thank you
Roy

Hello

Roy Mathew wrote:
Thanks Frank.
I applied the query at my table and I'm getting the region once the country is diaplayed.

select   CASE
WHEN  GROUPING (countryname) = 1      THEN  region_name
ELSE  countryname
END    AS region_or_country,
CASE
WHEN  NOT grouping (countryname) = 1  THEN  MAX (countrycd)
END    AS countrycd,
CASE
WHEN  NOT grouping (countryname) = 1  THEN  MAX (region_id)
END    AS regionid
FROM    region_tab
GROUP BY  region_name
,         ROLLUP (countryname)
ORDER BY  region_name desc
,         region_name    NULLS LAST

It is not supposed to use the same expression in the ORDER BY clause more than once.
The above 2nd ORDER BY expression ("region_name LAST nulls") serves only as a match draw in the 1st term ("region_name desc') is the same for several lines, so the 2nd term will be used to sort the output with the same rated lines. If all rows have the same rated, then sort by region_name does nothing.

region_or_country  countrycd  regionid
ctry1                        ET       1
ctry2                        SH       1
ctry3                        SL       1
africa
ctry4                        JP        2
ctry5                        CY        2
Japan          

How to get the area first then the country for example:

region_or_country  countrycd  regionid
africa
ctry1                        ET       1
ctry2                        SH       1
ctry3                        SL       1
Japan
ctry4                        JP        2
ctry5                        CY        2

To get the above results, you can say:

 ORDER BY  region_name          DESC
,            region_tab.countrycd     NULLS FIRST

These aren't the same results that you posted in your first post.

also please can you give an example of how to do it using the union

WITH  combined_data   AS
(
        SELECT       region_name
         ,       NULL               AS countryname
     ,       region_name          AS region_or_country
     ,       NULL               AS countrycd
     ,       NULL               AS region_id
     FROM       region_tab
            --  Header rows for regions are generated above
          UNION
            --  Detail rows for countries are generated below
        SELECT       region_name
     ,       countryname
     ,       countryname          AS region_or_country
     ,       countrycd
     ,       region_id
     FROM       region_tab
)
SELECT       region_or_country
,       countrycd
,       region_id
FROM       combined_data
ORDER BY  region_name          DESC
,            countryname          NULLS FIRST
;

The subquery is necessary because we want the UNION to sort the results by columns that we do not want to display.
Your front end can be a way to hide these columns, so that you don't have to use a subquery. In SQL * Plus, you can use "COLUMN".... NOPRINT.

Tags: Database

Similar Questions

  • Has acer iconica w500 supported for an internet data card usage?

    I was wondering if the acer iconica w500 have support for the use of a data of the internet to access wifi card. Can someone help me on this?

    Thank you

    Hello

    I never heard talk about trust, but to look at their site looks like a Standard USB data Dongle so yes!

  • How can I contact a higher level of technical support for display problems?

    How can I contact a higher level of technical support which is available on the phone? Telephone support asked me to buy another graphics card because I didn't have enough VRAM. However, I have 3584 MB, which exceeds the specifications. It seems that they were at a loss on how to repair the problem.


    bcdozier

    3.58 GB of VRAM video card do you have you have.  I think you're getting confused between system RAM and VRAM.  One is on your video video VRAM VRAM card.  The other RAM plugs into the motherboard of your system.   Newer versions of Photoshop require graphics cards have GPU with at least 512 MB of VRAM.   Intel sells processors containing the CPU and GPU with VRAM. in a single package.  They are used in small machines like Microsoft Surface Pro 3.   You must provide better information on your hardware and the problem.  A good starting point would be to use Photoshop Help menu > system information.  Use the button copy and past the info here...

    Here is mine. Note that my Nvidia Quagro 4000 has 2048 MB of VRAM.  My mother Board has 40 GB of RAM.

    Adobe Photoshop Version: 2014.2.2 20141204.r.310, 2014/12 / 04:23:59:59 CL 994532 x 64

    Operating system: Windows 7 64-bit

    Version: 6.1 Service Pack 1

    System architecture: Intel CPU Family: 6, model: 13, Stepping: 7 with MMX, SSE whole, FP SSE, SSE2, SSE3, SSE4.1, SSE4.2, AVX, HyperThreading

    Physical processor count: 12

    Number of logical processors: 24

    Processor speed: 1995 MHz

    Built-in memory: 40886 MB<----------------------------------------------------------------------------- 40gb="" ram------="" on="" my="" mother="">

    Free memory: 31895 MB

    Memory available to Photoshop: MB 37136

    Memory used by Photoshop: 70%

    Multi-frequency 3D printing: disabled.

    Windows 2 x UI: disabled.

    HighBeam: enabled.

    Tile image size: 1024K

    Image cache level: 6

    Overview of fonts: huge

    TextComposer: Latin

    Display: 1

    Limits of the display: top = 0, left = 0, low = 1080, right = 1920

    Display: 2

    Limits of the display: top = 0, =-1360 on the left, low = 768, right = 0

    OpenGL drawing: enabled.

    OpenGL allows old GPU: not detected.

    OpenGL drawing mode: Advanced

    OpenGL allows Normal Mode: true.

    OpenGL allows Advanced Mode: true.

    AIFCoreInitialized = 1

    AIFOGLInitialized = 1

    OGLContextCreated = 1

    NumGLGPUs = 1

    NumCLGPUs = 1

    glgpu [0]. GLVersion = "3.0".

    glgpu [0]. GLMemoryMB = 2048<---------------------------------------------------------------------------------------- vram="" listed="" here="" its="" on="" the="" display="" adapter="">

    glgpu [0]. GLName = "Quadro 4000/PCIe/SSE2.

    glgpu [0]. GLVendor = "NVIDIA Corporation".

    glgpu [0]. GLVendorID = 4318

    glgpu [0]. GLDriverVersion = "9.18.13.4807".

    glgpu [0]. GLRectTextureSize = 16384

    glgpu [0]. GLRenderer = "Quadro 4000/PCIe/SSE2.

    glgpu [0]. GLRendererID = 1757

    glgpu [0]. HasGLNPOTSupport = 1

    glgpu [0]. GLDriver = "nvd3dumx.dll, nvwgf2umx.dll, nvwgf2umx.dll, nvd3dum, nvwgf2um, nvwgf2um"

    glgpu [0]. GLDriverDate = "20150426000000.000000 - 000.

    glgpu [0]. CanCompileProgramGLSL = 1

    glgpu [0]. GLFrameBufferOK = 1

    glgpu [0] .glGetString [GL_SHADING_LANGUAGE_VERSION] = '4.50 NVIDIA.

    glgpu [0] .glGetProgramivARB [GL_FRAGMENT_PROGRAM_ARB] [GL_MAX_PROGRAM_INSTRUCTIONS_ARB] = [6553-6]

    glgpu [0] .glGetIntegerv [GL_MAX_TEXTURE_UNITS] = [4]

    glgpu [0] .glGetIntegerv [GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS] = [192]

    glgpu [0] .glGetIntegerv [GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS] = [32]

    glgpu [0] .glGetIntegerv [GL_MAX_TEXTURE_IMAGE_UNITS] = [32]

    glgpu [0] .glGetIntegerv [GL_MAX_DRAW_BUFFERS] = [8]

    glgpu [0] .glGetIntegerv [GL_MAX_VERTEX_UNIFORM_COMPONENTS] = [4096]

    glgpu [0] .glGetIntegerv [GL_MAX_FRAGMENT_UNIFORM_COMPONENTS] = [4096]

    glgpu [0] .glGetIntegerv [GL_MAX_VARYING_FLOATS] = [124]

    glgpu [0] .glGetIntegerv [GL_MAX_VERTEX_ATTRIBS] = [16]

    glgpu [0] .extension [AIF::OGL:GL_ARB_VERTEX_PROGRAM] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_FRAGMENT_PROGRAM] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_VERTEX_SHADER] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_FRAGMENT_SHADER] = 1

    glgpu [0] .extension [AIF::OGL:GL_EXT_FRAMEBUFFER_OBJECT] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_TEXTURE_RECTANGLE] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_TEXTURE_FLOAT] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_OCCLUSION_QUERY] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_VERTEX_BUFFER_OBJECT] = 1

    glgpu [0] .extension [AIF::OGL:GL_ARB_SHADER_TEXTURE_LOD] = 1

    clgpu [0]. CLPlatformVersion = "1.1".

    clgpu [0]. CLDeviceVersion = 'CUDA 1.1.

    clgpu [0]. CLMemoryMB = 2048

    clgpu [0]. CLName = "Quadro" 4000

    clgpu [0]. CLVendor = "NVIDIA Corporation".

    clgpu [0]. CLVendorID = 4318

    clgpu [0]. CLDriverVersion = "348.07".

    clgpu [0]. CUDASupported = 1

    clgpu [0]. CUDAVersion = "7.0.40.

    clgpu [0]. CLBandwidth = 7.49224e + 010

    clgpu [0]. CLCompute = 184.308

    Type of license: subscription

    Serial number: 96040035116912554961

    The application folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\

    Temporary file path: C:\Users\JOHNJM~1\AppData\Local\Temp\

    Zero Photoshop has async I/O active

    Scratch the volumes:

    F:\, 465.2 G, 134.7 free G

    C:\, 224.2 G, 93.0 free G

    Required plugins folder: C:\Program Files\Adobe\Adobe Photoshop 2014\Required\Plug-Ins\ CC

    Main Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop 2014\Plug-ins\ CC

    Installed components:

    A3DLIBS.dll A3DLIB 9.2.0.112 dynamic link library

    ACE.dll CEA-2014/08/12-23: 42:09 79,557478 79.557478

    adbeape.dll Adobe EPA 2013/02/04-09: 52:32 0.1160850 0,1160850

    AdbePM.dll PatchMatch 2014/09/07-21: 07: 38 79,558079 79.558079

    AdobeLinguistic.dll Adobe linguistic Library 8.0.0

    AdobeOwl.dll Adobe Owl 5.2.4

    AdobePDFL.dll PDFL 2014/08/18-15: 13: 12 79,512424 79.512424

    Adobe AdobePIP.dll 7.2.1.3399 product improvement program

    AdobeXMP.dll Adobe XMP Core 2014/08/20 / 09: 53:02 79,156797 79.156797

    AdobeXMPFiles.dll Adobe XMP files 2014/08/20 / 09: 53:02 79,156797 79.156797

    AdobeXMPScript.dll Adobe XMP Script 2014/08/20 / 09: 53:02 79,156797 79.156797

    adobe_caps.dll Adobe CAPS 8,0,0,13

    AGM.dll AGM 2014/08/12-23: 42:09 79,557478 79.557478

    ahclient.dll AdobeHelp Dynamic Link Library 1,8,0,31

    Amtlib.dll AMTLib (64 Bit) 8.0.0.122212002 BuildVersion: 8.0; Brand: Wednesday, July 30, 2014 15:59:34) 1.000000

    ARE.dll ARE 2014/08/12-23: 42:09 79,557478 79.557478

    Axe8sharedexpat.dll AXE8SharedExpat 2013/12/20-21: 40:29 79,551013 79.551013

    AXEDOMCore.dll AXEDOMCore 2013/12/20-21: 40:29 79,551013 79.551013

    Bib.dll BIB 2014/08/12-23: 42:09 79,557478 79.557478

    BIBUtils.dll BIBUtils 2014/08/12-23: 42:09 79,557478 79.557478

    boost_date_time.dll photoshopdva 8.0.0

    boost_signals.dll photoshopdva 8.0.0

    boost_system.dll photoshopdva 8.0.0

    boost_threads.dll photoshopdva 8.0.0

    CG.dll NVIDIA Cg Runtime 3.0.00007

    cgGL.dll NVIDIA Cg Runtime 3.0.00007

    Adobe CIT.dll CIT 2.2.6.32411 2.2.6.32411

    Adobe CITThreading.dll CITThreading 2.2.6.32411 2.2.6.32411

    CoolType.dll CoolType 2014/08/12-23: 42:09 79,557478 79.557478

    dvaaudiodevice.dll photoshopdva 8.0.0

    dvacore.dll photoshopdva 8.0.0

    dvamarshal.dll photoshopdva 8.0.0

    dvamediatypes.dll photoshopdva 8.0.0

    dvametadata.dll photoshopdva 8.0.0

    dvametadataapi.dll photoshopdva 8.0.0

    dvametadataui.dll photoshopdva 8.0.0

    dvaplayer.dll photoshopdva 8.0.0

    dvatransport.dll photoshopdva 8.0.0

    dvaui.dll photoshopdva 8.0.0

    dvaunittesting.dll photoshopdva 8.0.0

    Dynamiclink.dll photoshopdva 8.0.0

    ExtendScript.dll ExtendScript 2014/01/21-23: 58:55 79,551519 79.551519

    icucnv40.dll International Components for Unicode 2013/02/25-15: 59:15 Build gtlib_4.0.19090

    icudt40.dll International Components for Unicode 2013/02/25-15: 59:15 Build gtlib_4.0.19090

    igestep30.dll IGES 9.3.0.113 drive

    imslib.dll IMSLib DLL 7.0.0.154

    JP2KLib.dll JP2KLib 2014/06/28-00: 28:27 79,254012 79.254012

    libifcoremd.dll Intel Visual Fortran compiler 10.0 (A patch)

    libiomp5md.dll Intel(r) OpenMP * Runtime Library 5.0

    libmmd.dll Intel(r) C Compiler, Intel C++ Compiler, Intel Fortran compiler 12.0

    LogSession.dll LogSession 7.2.1.3399

    mediacoreif.dll photoshopdva 8.0.0

    MPS.dll MPS-2014/08/18-23: 43,19 79,557676 79.557676

    pdfsettings.dll Adobe PDFSettings 1.04

    Adobe Photoshop CC 2014 15.2.2 Photoshop.dll

    Adobe Photoshop CC 2014 15.2.2 plugin.dll

    PlugPlugExternalObject.dll Adobe CEP PlugPlugExternalObject Dll Standard (64 bit) 5.0.0

    PlugPlugOwl.dll Adobe CSXS PlugPlugOwl Dll Standard (64 bit) 5.2.0.54

    Adobe Photoshop CC 2014 15.2.2 PSArt.dll

    Adobe Photoshop CC 2014 15.2.2 PSViews.dll

    SCCore.dll ScCore 2014/01/21-23: 58:55 79,551519 79.551519

    ScriptUIFlex.dll ScriptUIFlex-2014/01/20-22: 42:05 79,550992 79.550992

    svml_dispmd.dll Intel (r) C Compiler, Intel C++ Compiler, Intel Fortran compiler 12.0

    TBB.dll Intel Threading Building Blocks for Windows 4, 2, 2013, 1114

    tbbmalloc.dll Intel Threading Building Blocks for Windows 4, 2, 2013, 1114

    TfFontMgr.dll FontMgr 9.3.0.113

    TfKernel.dll kernel 9.3.0.113

    Geom TFKGEOM.dll kernel 9.3.0.113

    Adobe TFUGEOM.dll, UGeom © 9.3.0.113

    updaternotifications.dll Adobe Updater Notifications Library 8.0.0.14 (BuildVersion: 1.0;) Brand: BUILDDATETIME) 8.0.0.14

    VulcanControl.dll Vulcan Control Library 5.0.0.82 Application

    VulcanMessage5.dll Vulcan Message Library 5.0.0.82

    WRServices.dll WRServices Friday, March 7, 2014 15:33:10 build 0.20204 0,20204

    U3D writer 9.3.0.113 wu3d.dll

    Required plugins:

    3D Studio 15.2.2 (2014.2.2 x 001 003 x)

    Accented edges 15.2.2

    Adaptive wide-angle 15.2.2

    Angular Strokes 15.2.2

    Average 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 bas-relief

    15.2.2 BMP

    Camera Raw 9.0

    Camera Raw Filter 9.0

    Chalk & Charcoal 15.2.2

    15.2.2 charcoal

    15.2.2 chrome

    15.2.2 Cineon (2014.2.2 x 001 003 x)

    15.2.2 clouds (2014.2.2 x 001 003 x)

    15.2.2 COLLADA (2014.2.2 x 001 003 x)

    Halftone color 15.2.2

    15.2.2 colour pencil

    CompuServe GIF 15.2.2

    Conté 15.2.2 pencil

    15.2.2 crack

    Crop and straighten Photos 15.2.2 (2014.2.2 x 001 003 x)

    Crop and straighten Photos 15.2.2 filter

    Hatch: 15.2.2

    15.2.2 to crystallize

    15.2.2 cutting

    15.2.2 Dark strokes

    15.2.2 deinterlacing

    15.2.2 DICOM

    Difference clouds 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 glow

    Move 15.2.2

    15.2.2 dry brush

    Eazel acquire 15.2.2 (2014.2.2 x 001 003 x)

    Embed watermark 4.0

    15.2.2 entropy (2014.2.2 x 001 003 x)

    NO export VERSION color tables

    Extrude 15.2.2

    FastCore 15.2.2 routines (2014.2.2 x 001 003 x)

    15.2.2 the fibers

    Film Grain 15.2.2

    Filters 15.2.2 Gallery

    Flash 3D 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 fresco

    15.2.2 glass

    15.2.2 Scarlet contours

    Google Earth 4 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 grain

    15.2.2 graphic pen

    Halftone Pattern 15.2.2

    15.2.2 HDRMergeUI

    HSB/HSL 15.2.2

    IFF Format 15.2.2

    15.2.2 IGES (2014.2.2 x 001 003 x)

    15.2.2 ink outlines

    JPEG 2000 15.2.2

    Flattening coefficient 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 goal blur

    15.2.2 goal correction

    Lens Flare 15.2.2

    Liquefy 15.2.2

    Operation of Matlab 15.2.2 (2014.2.2 x 001 003 x)

    maximum 15.2.2 (2014.2.2 x 001 003 x)

    Mean 15.2.2 (2014.2.2 x 001 003 x)

    Measure Core 15.2.2 (2014.2.2 x 001 003 x)

    Median 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 Mezzotint

    Minimum 15.2.2 (2014.2.2 x 001 003 x)

    MMXCore Routines 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 mosaic tiles

    Multiprocessor support 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 Neon

    15.2.2 paper

    15.2.2 colour NTSC (2014.2.2 x 001 003 x)

    Ocean Ripple 15.2.2

    15.2.2 OpenEXR

    Paint Daubs 15.2.2

    15.2.2 palette knife

    15.2.2 patchwork

    Paths to Illustrator 15.2.2

    15.2.2 PCX (2014.2.2 x 001 003 x)

    15.2.2 photocopying

    15.2.2 Photoshop 3D engine (2014.2.2 x 001 003 x)

    Photoshop Touch 14.0

    Photo filter package 15.2.2 (2014.2.2 x 001 003 x)

    Pinch 15.2.2

    Pixar 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 plaster

    15.2.2 plastic wrap

    15.2.2 PLY (2014.2.2 x 001 003 x)

    15.2.2 PNG

    15.2.2 pointillism

    15.2.2 polar coordinates

    Portable Bit map 15.2.2 (2014.2.2 x 001 003 x)

    Poster edges 15.2.2

    People's Republic of CHINA 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 radial blur

    15.2.2 radiance (2014.2.2 x 001 003 x)

    15.2.2 range (2014.2.2 x 001 003 x)

    Read watermark 4.0

    Color research grid NO VERSION rendering

    15.2.2 Crosslinking

    15.2.2 the ripple

    Rough Pastels 15.2.2

    Save for Web 15.2.2

    15.2.2 ScriptingSupport

    Shake Reduction 15.2.2

    15.2.2 shear

    15.2.2 asymmetry (2014.2.2 x 001 003 x)

    Smart Blur 15.2.2

    Smudge Stick 15.2.2

    Solarize 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 splash

    Spherize 15.2.2

    15.2.2 sponge

    15.2.2 sprayed strokes

    15.2.2 stained glass

    15.2.2 stamp

    15.2.2 standard deviation (2014.2.2 x 001 003 x)

    STL 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 Sumi-e

    15.2.2 summation (2014.2.2 x 001 003 x)

    15.2.2 Targa

    15.2.2 texture veneer

    15.2.2 tiles

    15.2.2 torn edges

    15.2.2 twirl watch

    U3D 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 draft

    15.2.2 vanishing point

    15.2.2 the variance (2014.2.2 x 001 003 x)

    Virtual Reality Modeling Language. VRML 15.2.2 (2014.2.2 x 001 003 x)

    Water paper 15.2.2

    15.2.2 watercolor

    15.2.2 wave

    Wavefront | 15.2.2 OBJ (2014.2.2 x 001 003 x)

    WIA support 15.2.2 (2014.2.2 x 001 003 x)

    15.2.2 wind

    Wireless Bitmap 15.2.2 (2014.2.2 x 001 003 x)

    Zig - zag 15.2.2

    Plug-ins option and third parties:

    CUR (cursor Windows) NO VERSION

    Face Control II 2.00

    Fine touch 3.25

    GREYCstoration NO VERSION

    ICO (Windows icon) NO VERSION

    Noise 7.0.0.0

    ScriptListener 13.0

    StarFilter Pro 3 3.0.5.1

    SuperPNG 2.0

    14.2.1 variations (14.2.1 x 001)

    Plug-ins that could not load: NONE

    Flash:

    Libraries

    Adobe color themes

    Install TWAIN devices: NONE

    .

  • What is the date of end of support for Firefox version 19?

    I wish to confirm the date of end of support for version 19, February 2013?

    Security updates support ends when the next version of Firefox is released, so while Firefox 20 was released 6 weeks ago and 21 Firefox will be available Tuesday, May 14, that means that Firefox 19 is is no longer officially supported.

    I see that you are still running Firefox 17.

    Is there a special reason why you don't have not updated to the current version?

    The version of Firefox Firefox 17 that you are currently running is no longer compatible with security updates

    Please upgrade to the latest version of Firefox 20.0.x.

    • Help > about Firefox
  • call a stored procedure for each row in the transitional attribute and display the data in the form of af: table. The other rows are based on the entities

    Hi Experts,

    JDeveloper 12.1.3.0.0

    I have a VO based on entity object. With a column of the VO is transient attribute (I created).

    I need to call a stored procedure for each row in the transitional attribute and display the data in the form of af: table. As well as other attributes.

    So can anyone suggest how can I achieve this?

    Thank you

    AR

    I think that you need a stored function (which returns the value) in this case, is not?

    Take a look at:

    https://docs.Oracle.com/CD/B31017_01/Web.1013/b25947/bcadvgen005.htm

    and search for:

    Invoking stored function with only Arguments in

    call your function in the Get attribute and return value accessor...

  • How to display metadata date/time for the clips in first Pro CC per frame

    I am trying to find a way to display the date and time of capture of video imported from different cameras. In the Panel the metadata, I see that there is a date and time when the clip was created, however, I'd like to be able to see this data in date and time displayed on the screen on a basis of image by image. It would help me synch with still images, I'm looking at the respective time of capture of the still the framework where the taking of photography yet (or any other event) can be seen in the video.  It would also help with the addition of captions or titles and help synch video from different cameras inputs.

    For me, being able to see the capture of time of each clip (and frame) is a replacement for the obvious digital age of the Council clapper, is there a reason why this feature (or lack of) is not more important?

    Any help or thoughts welcome.

    Premiere Pro can't do what you ask in itself.  My best guess as to why would be that it is not altogether appeal to such a thing in professional production, it is really more than an 'amateur' function to show the date and time on the screen.  The professional equivalent would probably be timecode, which PP peut show on clips, but time code usually has no relationship with the date and the time that the clip was recorded.

    For standard definition, the program DVDate was good to solve this problem.  I don't know if this software applies to high definition, or if another program can do the job.  You may need to search around.

  • How to customize the font, size, color for no display of data message?

    Hi Experts,


    I have a requirement to customize data for no display of data message, now they want it to be in the same format to display the title of this report, so in my case, its font size is 15 and the color is dark blue, then no message data must also display in the same font, size and color. How can I get this please can anyone help me on what your answers are really useful for me that the requirement is very urgent.


    Kind regards

    Laeticia.

    Hello
    See my o/p sample:

    http://imgur.com/JvxxR

    hope this will help you...

    Thank you
    Deva

  • Disks supported for local data banks?

    Hello

    What kind of discs are supported for local data stores that is IDE, SATA, SCSI, SAS...

    Ide drives is not supported for use how VMFS.

    If you have found this information useful, please consider awarding points to 'Correct' or 'Useful'*.

  • End of the Date supported for Oracle BPM company autonomous 10gR 3

    I'm running "Oracle BPM business standalone 10.3.1.0.0" and I can't find a date "end of support" for the product. I found a Metalink note that reported a 'BPM Matrix interoperability', here:

    http://www.Oracle.com/technetwork/middleware/BPM/documentation/obpm-config-matrix-085247.html#bpmes10301031

    who shows me the interoperability information, but no end of support date. Any ideas on where I could look at?

    Thank you

    You can get this if you search for "Oracle lifetime support policy" on Oracle's Web site. At the top of this page, click on "Oracle Lifetime Support Policies"--> download the "duration of life-support-middleware - 069163.pdf" and go to page 31 of this document.

    Dan

  • SQL Developer 3.0 EA 1 Advanced support for the type of data in the unit tests

    Hello

    According to SQL Developer 3.0 EA 1 New Feature List (http://www.oracle.com/technetwork/developer-tools/sql-developer/rel3-featurelist-ea1-166831.html#ut)
    the EA 1 version 3.0 supported advanced data types in the unit tests. This means support the ANYDATA and RECORD types? I installed version 3.0 of EA 1 to CentOS linux, but it seems that those advanced types are not supported yet. When I try to add a unit test for a function that returns the record type, I get quick error: "the return of PL/SQL RECORD type is not supported. Cannot test (function_name) because 1 arguments have not supported for types". Also if I try to unit test procedure which parameter is of type ANYDATA, I get quick error: "the type UNDEFINED P_DATA argument is not supported. Cannot test (procedure_name) because 1 arguments have not supported for types". Are those advanced data types supported in SQL Developer 3.0 FINAL version?

    Thank you
    Miikka L

    Edited by: user12844253 the 27.10.2010 16:31

    Hi Mikka,

    Only simple PL/SQL records are currently supported i.e. those containing no optional or repeating components and where all components are themselves supported. This restriction is in place, due to the fact that we are using JDBC as a parameter mechanism which does not directly support the passage the PL/SQL record type.

    ANYTYPE and ANYDATA are currently not supported because they have a dynamic value type and must be set programmatically. In the future, it would be possible to support these via the dynamic value and and validation features.

    This will remain for the final version.

    Kind regards
    Richard

  • Support for the creation of multiple automatic date fields fill

    I have created a form that contains 31 date from 01/02/12 sea areas.  I try to get the auto form fill the other 30 boxes as 02/02/12 game and so on until the end of the month or in this case continue until March 2.

    If you name your fields of text something like "date1", "date2",..., "date31", the following could serve as the validation script customized for the first date field (date1):

    // Custom Validate script
    (function () {
    
        var sDate;
    
        // Convert entered value (string) to a date and get its value in milliseconds
        var d1 = util.scand("mm/dd/yyyy", event.value).getTime();
    
        // Populate the other date fields by incrementing this date
        for (var i = 2; i < 32; i += 1) {
    
            // Determine the new date string
            sDate = util.printd("mm/dd/yyyy", new Date(d1 + (i - 1) * 864e5));
    
            // Set/Clear the current field
            getField("date" + i).value = event.value ? sDate : "";
    
        }
    
    })();
    

    If the first field is disabled, it erases the other date fields as well.

  • SE Pavilion a4313w support dual display?

    My A4313W will support dual display? If this is not the case, what should I upgrade and what should I put to date?

    2.2 GHz AMD Sempron

    3 GB RAM

    Windows 7 64 bit

    Here are the full specifications for your HP Pavilion a4313w desktop. As we said already, your factory-installed power supply is only 250 watts and cannot support the requirements of most graphics cards at retail. If you want to install a discreet graphics card into the PCIe x 16 computer slot, you will need to upgrade your power supply the minimum required by the graphics card. For more information, see Guide of Big_Dave for the selection of a discrete video card .

    If you don't do any game and want more screen space for the trading day, spreadsheets, word documents, etc., please consider a video-to-USB adapter as the EVGA UV more + UV19 or EVGA UV more + UV39.

  • How to view the monthly/annual statistics in terms of time past/calories burned, broken down by each individual activity such as run elliptical/outside etc. Y at - it a third party application that can help me to collect and display these data?

    How to view the monthly/annual statistics in terms of time past/calories burned, broken down by each individual activity such as run elliptical/outside etc. Y at - it a third party application that can help me to collect and display these data?

    Hello

    It is not currently possible to review the data the application integrated in activity or training on this basis. If you want Apple to consider adding this feature, you can suggest here:

    https://www.Apple.com/feedback/watch.html

    However, health and fitness data from other sources, iPhone, and Apple Watch are registered and grouped within the health on iPhone app. These data can be exported, which you may find useful to track the cumulative progress and/or analyze your activity more in detail.

    IPhone app activity also has a button for sharing (top right of the screen) that allows to share data - including social media, Messages, Mail, Notes, and a printer.

    Include third-party applications that can be useful, for example:

    Access to QS

    -"Access your HealthKit data in a table so you can Explorer using numbers, Excel, R, or any other tool compatible CSV."

    - https://itunes.apple.com/gb/app/qs-access/id920297614?mt=8

    SpectaRun workouts

    -"View from the workouts of your Apple Watch on your iPhone and to export these workouts so you can download them to your favorite online running community."

    - https://itunes.apple.com/gb/app/spectarun-workouts/id991723862?mt=8

    Data can also be exported directly from the application of the health (Health Data > All - Share at the top button on the right).

    Check the descriptions and support resources for third party applications for supported details of import and data analysis features.

    More information:

    Use the activity on your Apple Watch - Apple Support

    Use of the workout on your Apple Watch - Apple Support

    http://www.Apple.com/watch/health-and-fitness/

  • display the date in the task bar

    I bought a new netbook for my wife and see that the date is now displayed in the bar tasks over time.  How to display the date like this on my laptop more old?

    Hi Dlthrasher,

    ·         Did you do changes on the computer before the show?

    Follow the suggestions below for a possible solution:

    Method 1: I suggest you to check the date and time settings in control Panel. You can see the article for more information:

     

    Change the display of dates, times, currencies, and measures

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-the-display-of-dates-times-currency-and-measurements

    Method 2: Try the SFC (System File Checker) scan on the computer.

    How to use the System File Checker tool to fix the system files missing or corrupted on Windows Vista or Windows 7

    http://support.Microsoft.com/kb/929833

    Let us know if you need more assistance.

  • my calendar from Windows gadget leave display any date

    original title: leave my Windows gadget calendar display any date, I tried the fix below, did not work.  Help!

    I have been using the calendar gadget on my desktop for a few years now.  I have Windows Vista and update of IE 9.  My clock gadget and the weather always both work, but now my calendar does not work.  It does not display the date... it is just empty.  I tried the fix was recommended and even restarted my computer, but none worked.  Help!

    Hello

    Have what troubleshooting measures you already tried?


    Step 1:
    you can try to restore the gadget.

    To do:
    a. right click on the sidebar on the right side of your screen.
    b. go to properties.
    c. at the bottom of the window you will find a tab to restore Gadgets installed with Windows, click it.

    This will restore it to the default setting. It has to become your Gadget weather work.


    Step 2:

    a. click on start-> all programs-> Accessories-> right-click "Command Prompt" and select "run as Administrator".
    b. type these commands one by one:

    Regsvr32 atl.dll
    Regsvr32 "%ProgramFiles%\Windows Sidebar\sbdrop.dll".
    Regsvr32 "%ProgramFiles%\Windows Sidebar\wlsrvc.dll".

    Kind regards
    Afzal Taher
    Microsoft technical support engineer

Maybe you are looking for