Getting name of sequence when you use export controller

I'm building a plugin based on the example of export controller and I need to get the name of the exported sequence. I thought it would be available as a result of sequence information, but it doesn't seem to be the case. Any ideas?

See you soon,.

Andy M

Hi Andy,.

Such a call is no C API.  However, there may be another way to get the info if you are interested in the body the question in a different way.  Let me know if you are interested.

Zac

Tags: Premiere

Similar Questions

  • How to change folder name by default when you use save for Web in java script?

    Hello everyone, hope you can help me.


    Photoshop has a folder name by default of images When you export using slices Save for Web . I need to change this folder name.

    How to change folder name by default when you use save for Web in java script?

    Thanks in advance!


    1325ACD7-9C89-4D20-A6BF-E9EE8B7A1D27.png

    QQ20150923-1@2x.png


    JJMack Chuck Uebele Nicolas Ribot SuperMerlin

    You can try with scriptlistener to record the code. Change to the last line of the NO to ALL dialog boxes, so that the dialog - if you wish. There are two places in the code to save the files: one where is actually saved the file, and the other where the default value is file. I have seen it changed something with it. So, you can simply use the first listing of a path in the code below.

    #target photoshop
    
    var idExpr = charIDToTypeID( "Expr" );
        var desc19 = new ActionDescriptor();
        var idUsng = charIDToTypeID( "Usng" );
            var desc20 = new ActionDescriptor();
            var idOp = charIDToTypeID( "Op  " );
            var idSWOp = charIDToTypeID( "SWOp" );
            var idOpSa = charIDToTypeID( "OpSa" );
            desc20.putEnumerated( idOp, idSWOp, idOpSa );
            var idDIDr = charIDToTypeID( "DIDr" );
            desc20.putBoolean( idDIDr, true );
            var idIn = charIDToTypeID( "In  " );
            desc20.putPath( idIn, new File( "C:\\Users\\csuebele\\Pictures\\LR shortcuts" ) );//Here's where it actually saves
            var idFmt = charIDToTypeID( "Fmt " );
            var idIRFm = charIDToTypeID( "IRFm" );
            var idPNtwofour = charIDToTypeID( "PN24" );
            desc20.putEnumerated( idFmt, idIRFm, idPNtwofour );
            var idIntr = charIDToTypeID( "Intr" );
            desc20.putBoolean( idIntr, false );
            var idTrns = charIDToTypeID( "Trns" );
            desc20.putBoolean( idTrns, true );
            var idMtt = charIDToTypeID( "Mtt " );
            desc20.putBoolean( idMtt, true );
            var idEICC = charIDToTypeID( "EICC" );
            desc20.putBoolean( idEICC, false );
            var idMttR = charIDToTypeID( "MttR" );
            desc20.putInteger( idMttR, 255 );
            var idMttG = charIDToTypeID( "MttG" );
            desc20.putInteger( idMttG, 255 );
            var idMttB = charIDToTypeID( "MttB" );
            desc20.putInteger( idMttB, 255 );
            var idSHTM = charIDToTypeID( "SHTM" );
            desc20.putBoolean( idSHTM, false );
            var idSImg = charIDToTypeID( "SImg" );
            desc20.putBoolean( idSImg, true );
            var idSWsl = charIDToTypeID( "SWsl" );
            var idSTsl = charIDToTypeID( "STsl" );
            var idSLAl = charIDToTypeID( "SLAl" );
            desc20.putEnumerated( idSWsl, idSTsl, idSLAl );
            var idSWch = charIDToTypeID( "SWch" );
            var idSTch = charIDToTypeID( "STch" );
            var idCHsR = charIDToTypeID( "CHsR" );
            desc20.putEnumerated( idSWch, idSTch, idCHsR );
            var idSWmd = charIDToTypeID( "SWmd" );
            var idSTmd = charIDToTypeID( "STmd" );
            var idMDCC = charIDToTypeID( "MDCC" );
            desc20.putEnumerated( idSWmd, idSTmd, idMDCC );
            var idohXH = charIDToTypeID( "ohXH" );
            desc20.putBoolean( idohXH, false );
            var idohIC = charIDToTypeID( "ohIC" );
            desc20.putBoolean( idohIC, true );
            var idohAA = charIDToTypeID( "ohAA" );
            desc20.putBoolean( idohAA, true );
            var idohQA = charIDToTypeID( "ohQA" );
            desc20.putBoolean( idohQA, true );
            var idohCA = charIDToTypeID( "ohCA" );
            desc20.putBoolean( idohCA, false );
            var idohIZ = charIDToTypeID( "ohIZ" );
            desc20.putBoolean( idohIZ, true );
            var idohTC = charIDToTypeID( "ohTC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohTC, idSToc, idOCzerothree );
            var idohAC = charIDToTypeID( "ohAC" );
            var idSToc = charIDToTypeID( "SToc" );
            var idOCzerothree = charIDToTypeID( "OC03" );
            desc20.putEnumerated( idohAC, idSToc, idOCzerothree );
            var idohIn = charIDToTypeID( "ohIn" );
            desc20.putInteger( idohIn, -1 );
            var idohLE = charIDToTypeID( "ohLE" );
            var idSTle = charIDToTypeID( "STle" );
            var idLEzerothree = charIDToTypeID( "LE03" );
            desc20.putEnumerated( idohLE, idSTle, idLEzerothree );
            var idohEn = charIDToTypeID( "ohEn" );
            var idSTen = charIDToTypeID( "STen" );
            var idENzerozero = charIDToTypeID( "EN00" );
            desc20.putEnumerated( idohEn, idSTen, idENzerozero );
            var idolCS = charIDToTypeID( "olCS" );
            desc20.putBoolean( idolCS, false );
            var idolEC = charIDToTypeID( "olEC" );
            var idSTst = charIDToTypeID( "STst" );
            var idSTzerozero = charIDToTypeID( "ST00" );
            desc20.putEnumerated( idolEC, idSTst, idSTzerozero );
            var idolWH = charIDToTypeID( "olWH" );
            var idSTwh = charIDToTypeID( "STwh" );
            var idWHzeroone = charIDToTypeID( "WH01" );
            desc20.putEnumerated( idolWH, idSTwh, idWHzeroone );
            var idolSV = charIDToTypeID( "olSV" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSV, idSTsp, idSPzerofour );
            var idolSH = charIDToTypeID( "olSH" );
            var idSTsp = charIDToTypeID( "STsp" );
            var idSPzerofour = charIDToTypeID( "SP04" );
            desc20.putEnumerated( idolSH, idSTsp, idSPzerofour );
            var idolNC = charIDToTypeID( "olNC" );
                var list4 = new ActionList();
                    var desc21 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerozero = charIDToTypeID( "NC00" );
                    desc21.putEnumerated( idncTp, idSTnc, idNCzerozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc21 );
                    var desc22 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc22.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc22 );
                    var desc23 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwoeight = charIDToTypeID( "NC28" );
                    desc23.putEnumerated( idncTp, idSTnc, idNCtwoeight );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc23 );
                    var desc24 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc24.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc24 );
                    var desc25 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc25.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc25 );
                    var desc26 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc26.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list4.putObject( idSCnc, desc26 );
            desc20.putList( idolNC, list4 );
            var idobIA = charIDToTypeID( "obIA" );
            desc20.putBoolean( idobIA, false );
            var idobIP = charIDToTypeID( "obIP" );
            desc20.putString( idobIP, """""" );
            var idobCS = charIDToTypeID( "obCS" );
            var idSTcs = charIDToTypeID( "STcs" );
            var idCSzeroone = charIDToTypeID( "CS01" );
            desc20.putEnumerated( idobCS, idSTcs, idCSzeroone );
            var idovNC = charIDToTypeID( "ovNC" );
                var list5 = new ActionList();
                    var desc27 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzeroone = charIDToTypeID( "NC01" );
                    desc27.putEnumerated( idncTp, idSTnc, idNCzeroone );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc27 );
                    var desc28 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwozero = charIDToTypeID( "NC20" );
                    desc28.putEnumerated( idncTp, idSTnc, idNCtwozero );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc28 );
                    var desc29 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerotwo = charIDToTypeID( "NC02" );
                    desc29.putEnumerated( idncTp, idSTnc, idNCzerotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc29 );
                    var desc30 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNConenine = charIDToTypeID( "NC19" );
                    desc30.putEnumerated( idncTp, idSTnc, idNConenine );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc30 );
                    var desc31 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCzerosix = charIDToTypeID( "NC06" );
                    desc31.putEnumerated( idncTp, idSTnc, idNCzerosix );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc31 );
                    var desc32 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc32.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc32 );
                    var desc33 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc33.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc33 );
                    var desc34 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwofour = charIDToTypeID( "NC24" );
                    desc34.putEnumerated( idncTp, idSTnc, idNCtwofour );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc34 );
                    var desc35 = new ActionDescriptor();
                    var idncTp = charIDToTypeID( "ncTp" );
                    var idSTnc = charIDToTypeID( "STnc" );
                    var idNCtwotwo = charIDToTypeID( "NC22" );
                    desc35.putEnumerated( idncTp, idSTnc, idNCtwotwo );
                var idSCnc = charIDToTypeID( "SCnc" );
                list5.putObject( idSCnc, desc35 );
            desc20.putList( idovNC, list5 );
            var idovCM = charIDToTypeID( "ovCM" );
            desc20.putBoolean( idovCM, false );
            var idovCW = charIDToTypeID( "ovCW" );
            desc20.putBoolean( idovCW, true );
            var idovCU = charIDToTypeID( "ovCU" );
            desc20.putBoolean( idovCU, true );
            var idovSF = charIDToTypeID( "ovSF" );
            desc20.putBoolean( idovSF, true );
            var idovCB = charIDToTypeID( "ovCB" );
            desc20.putBoolean( idovCB, true );
            var idovSN = charIDToTypeID( "ovSN" );
            desc20.putString( idovSN, """c:\photos""" );//Here's where the default folder is suppose to go.
        var idSaveForWeb = stringIDToTypeID( "SaveForWeb" );
        desc19.putObject( idUsng, idSaveForWeb, desc20 );
    executeAction( idExpr, desc19, DialogModes.ALL );
    
  • After registration and closing a document in InDesign, I can't open it. I've been working and save on Adobe CC. I can't get it back and when you use file > open, it does not appear. What can I do?

    After registration and closing a document in InDesign, I can't open it. I've been working and save on Adobe CC. I can't get it back and when you use file > open, it does not appear. What can I do?

    Hello

    Please send your InDesign file to [email protected] and I'll take a look at the document.

    If the file is larger than 10 MB, you can zip (and password protect) the file download on Cloud creative (or) Dropbox account and send us the link to the document.

    Kind regards

    Latifa Talwar

  • Why do I get an Error Message When you use "Embed" to access a file png (for an asset class)?

    I use Flash Builder and Starling to create a new project. I created the initial classes for Starling running. Everything works fine.

    However, I created a class of assets (that will manage all the assets of the project) and I get an error message when you reference the png file. This png will serve as the main screen for the project. See below:

    {

    Import starling.textures.Texture;

    public class active

    {

    [Embed (source = ' assets/screenMain_background.png']

    private static var MainScreen: Class;

    public static var MainScreenTexture:Texture;

    Public Shared function init (): void

    {

    MainScreenTexture = Texture.fromBitmap (new MainSreen());

    }

    }

    }

    I have the file in a folder called 'active' which is in the main project folder. Why I get this error?

    In the "Issues" tab it reads as follows:

    "Couldn't find Embed source" assets/screenMain_background.png"

    Capture1.PNG

    you have a path problem.

    Start by adding the current directory in your src directory.  If this fails, experiement.

  • I get the following message when you use Safari and Firefox. Works in Chrome: "we're sorry, the link that brought you to this page is not valid."

    I'm working with my bank account online and I get to the homepage very well. When I select the online banking, estatements, I get the following message when it tries to link to the electronic statement page.
    "We're sorry, the link that brought you to this page is not valid." Chrome has no problem displaying this page, but Firefox and Safari gives me the same message.

    Note that I posted this already above, but don't not checked if she was tried.

    You may need to allow cookies from third party (visited or all).


    To view the history settings and cookies, choose:

    • Firefox > Preferences > privacy > Firefox will be: "use the custom settings for history".
  • file not created when you use export to database

    I am creating a MAxL script to export the database but for some reason, the text file is empty (manual export works)

    Here is the script I use, any ideas on why it does not export the data

    set the error level.

    / * Connect to Essbase * /.

    Login "user1" 'password' on 'servername ';

    change the database for "Bud". "Budget" start archive file 'test ';

    database export "Bud". "Budget of all the data in the columns of data_file 'D:\\Hyperion\\essbase\\app\\Bud\\BUdtest1.txt '; »


    change the database for "Bud". "Budget of ' complete Archives;

    "exit";

    Not sure why you do the archives begin and end. When you perform an export, it locks the database. It could be the cause of your problems.

  • Getting error code 2146827859 when you use Windows Update

    Running XP64 Pro.  Windows Update > Message that IE32 must be open > process then runs receive error box showing "error code 2146827859 reinstalled IE8 (64) - but this has not fixed an error message."

    Hello

    The equivalent of 2146827859 is 0x800A01AD error code.

    Perrform no the link mentioned below and see if it helps.

    You may receive an error message when you search for available updates on the Windows Update Web site or on the Microsoft Update Web site

    Note: "Check the title that reads" 0x800A01AD error code '

    Hope this information helps.

  • Is it normal if my iPhone 6s Gets a little warm when you use normally and cold when not in service?

    My iPhone hot used the afternoon to the evening but after reset 6s, things return to normal. Now, my iPhone 6s Gets a little warm in the back of the phone, and sometimes on both sides of the phone. It's cold when not in service. Is this normal? Help me!

    NO it's not. Your battery is private. Check with Apple. You might need a new battery. Yesterday my curved screen. I have an appointment with Apple Genius Bar to see if it can be replaced for free. I will keep you updated.

  • Can not get on the internet when you use the merge with WindowsXP

    I upgraded to Fusion 2 and am running Windows XP.  Windows XP has not check when I installed it because I wasn't getting on the internet because of all the viruses that draws windows.  Now I find that I have to check Windows after 30 days.  I can't WMWare to help me after 30 days of free support (which is a bunch of Bull).  Anyway, I tried everything that is listed in this forum and through the FAQ, the s and videos and I still can't get it to work.  Can someone help me please?

    Jim

    JudgeJim wrote:

    Problem: I can not go on the internet whenever I'm on Windows.  My Mac is not a problem with online.  When I start the merge, I agree, but when I start Windows XP, it tells me this:

    Could not open/dev/vmnet8:

    No such file or directory.

    Virtual device Ethernet0 will start disconnected

    Sometimes it will say instead of vmnet8 vmnet0

    If you have found errors like that something is not right.  Have you tried to uninstall/reinstall Fusion? Note: This is not the virtual machine at the request of Fusion.

    I tried which was published for the myers40k (adding ethernet0.virtualDEV = "e1000" to the .vmx file) but that didn't fix it when I restarted merger/Windows (the text .vmx file was closed).

    This is for Windows Vista not XP and you should not apply for bugs for Vista on XP unless you know that it is normal.  So sometimes it's better to ask to be sure before try you things are written to him in a team oriented to a specific operating system.

    I also turned off and reset the network using NAT and bridge under network settings, and from the command prompt (I'm not too comfortable with the command prompt) at the command prompt, my IP address showed this: fe80::5445 etc, but it did not show my correct IPAddress, just this list of characters.

    I have broadband with a Linksys WRT54G Router. I bypassed the router and went directly to the computer. I think it must be in the software because it did not help

    If your router does not work properly, you should be able to use Bridged to network client, but without the router online, you need to set the client to use the default NAT network.  If you change the types of networks while the guest id launched, you must release/renew the IP address.  Restart then comments does this, but there are other means and until you learn what they are just restart the guest of change so that the client is not running or suspended.

    I would start by checking the .dmg against its published MD5 sum file you have downloaded VMware to make sure that it is not corrupt.

    Uninstall/reinstall Fusion and restart the Mac.

    Start merging and then the virtual machine and it if error reports after the exact wording of the message and a screenshot if needed.

    If she has any errors and you can't even access the Internet, then you need to validate the other information requested previously or there is nothing else that I can do without checking the parameters of the information requested previously.

  • How to get a 'white' answer when you use 'if' statements in a table

    I use a table for an invoice where an element is classified, but more can be shipped as ordered. I have figured out formcalc expression where I can get a 0 in the column "out of stock" If the delivered quantity is more than the ordered article, but I can't get rid of a value of 0 in the rest of the column out of stock when all information "shipped" columns "orderly" and. Try to get this column blank if there is no order or shipping information.

    So far, it works for the math part. Don't know how to write an 'empty' in the calculation

    Sum(ordered-shipped)

    If (Sum(ordered-shipped) > 0)

    then backordered = Sum(ordered-shipped)

    ElseIf (Sum(ordered-shipped) < 0)

    then out of stock = 0

    endif

    Any advice will be greatly appreciated. Thank you!

    Have you checked the patterns listed for your numeric field in the object palette?

    This could be the cause for the zero. I tried on my system local and if I assign null, he demonstrated an empty value.

    KC

  • Why do I get an error message when you use the windows installer?

    OK, I am trying to install the Chipset drivers using windows install. I go to the gigabyte website and download the drivers from the chipset support and downloads. I go in the config file and click on the chipset of windows file install. It gives me the error "this installation package could not be opened. Contact the application vendor to verify that this is a valid installer package. "I made sure I got the download of the good mother Rev. and the right windows (x 64) option. IM at my wits end. I've asked this question before but cannot get a straight answer from anyone.  He has this annoying 1 cm around my screen black line. This isn't my moniter and it isn't my video drivers. IV update of windows. The only other option is my chipset. Any suggestions on how to work around this error?

    PS - I recently wiped my hard drive with Dban. If this would have anything to do with that.
    CPU: fx 8150 3.6 ghz
    MB: GA-990fxa-ud3 rev.3
    GPU: EVGA GTX 670 ftw
    RAM: Skill G 16 GB Ripjaws
    PSU: Corsair Tx 750
    OS: Windows 7 x 64 service pack 1
    Hardrives - 120 GB samsung ssd
    Western digital 1 TB

    Hi Ricky,.

    ·         You are able to install programs and drivers?

    ·         What is the motherboard Chipset Drivers file extension?

    You may experience this problem if the installer has downloaded file is corrupted. Follow these methods and check if that helps:

    Method 1:

    I suggest to download the drivers to a different location on the computer and see if you can install it from there. I suggest you to install the driver Chipset in high Mode and check if it installs.

     

    http://www.gigabyte.com/products/product-page.aspx?pid=4397#DL

    Method 2:

    Try to update your BIOS and then install the motherboard chipset drivers and all other available device drivers check if you get the error message.

    http://Windows.Microsoft.com/en-in/Windows7/BIOS-frequently-asked-questions

    Warning: BIOS change / semiconductor (CMOS) to complementary metal oxide settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

    Hope this information helps. Let us now if you would like more support on Windows.

  • How to get out a window, when you use the main screen?

    When I'm in the MBR to 8 window and I opened a program like IE, how to close to return to the main screen. Some other icons are the same thing. I'm looking for a way to close it and return.

    I know that I can go to the lower left window, but did close these windows? Hope this makes since. I think that if I click on music it does the same thing. I can't end this one. I can find a break and other things.

    Maybe I'm not dragging my slider on the right side?

    Thanks, Bruce

    Bring your cursor to the top of the standby screen until you see the hand and then click and drag it to the bottom of the screen... Who's going to close an application and take back you to the start screen.

    Press windows + C which will open the charms of the right side

    Press windows + key X that will open a menu of useful type administration programs

    I hope that helps

    Brian

  • need to get only one line when you use between (date columns)

    Hi all

    create the table SAMPLE_ITEMS

    (ITEM_NO, varchar2 (10))

    Date DELIVERY_DATE,

    Number of QTY_SUM1

    Number of QTY_SUM2

    Number ITEM_QTY,

    Number ORDER_QTY,

    Number ITEM_AMOUNT,

    Number of SALES_AMOUNT

    );

    insert into SAMPLE_ITEMS values ('AAA', ' 28 / 04/2014 ',-88, 0,475,262,-123.45,-1188);

    insert into SAMPLE_ITEMS values ('AAA', ' 28 / 05/2014 ', 0, - 122, 475, 262, - 10.234,-1647);

    insert into SAMPLE_ITEMS values ('AAA', ' 16 / 06/2014. ', 0, 0,475,262,-80.59,-135);

    insert into SAMPLE_ITEMS values ('AAA', 19 December 2014 ', 0, 0,475,262,-42.29,-67.5);

    Setting out with my own query,

    ITEM_NOTRUNC (DELIVERY_DATE)QTY_SUM1QTY_SUM2ITEM_QTYORDER_QTYITEM_AMOUNTSALES_AMOUNT
    AAA28/04/2014-880475262-123.45-1188
    AAA28/05/20140-122475262-10.234-1647
    AAA16/06/201400475262-80.59-135
    AAA19/12/201400475262-42.29-67.5

    Every time I question as code

    Select * from SAMPLE_ITEMS

    where DELIVERY_DATE between April 28, 2014 ' and 19 December 2014 '-> they must pass as a parameter

    I need to get only one line

    AAA-88-122475262-256.564-3037.5

    Database 11.2.0.1.0

    Note; Please do not use MAX for Date and do not want to display Date columns in the result

    Note 1: I want to choose DELIVERY_DATE in select it also and only get a line like above the expected result

    SELECT item_no

    SUM (qty_sum1),

    SUM (qty_sum2),

    SUM (DISTINCT item_qty),

    SUM (DISTINCT order_qty),

    SUM (item_amount),

    SUM (sales_amount)

    OF SAMPLE_ITEMS

    WHERE the DELIVERY_DATE BETWEEN TO_DATE (28 April 2014 ', "dd/mm/yyyy")

    AND TO_DATE (19 December 2014 ', "dd/mm/yyyy")

    GROUP BY item_no;

    I will get

    ITEM_NO Trunc (DELIVERY_DATE) QTY_SUM1 QTY_SUM2 ITEM_QTY    ORDER_QTY TTEM_AMOUNT SALES_AMOUNT        

    AAA             12/19/2014                         -88                 -122                475                262                       -256.564              -3037.5

    OK fine, I want to choose DELIVERY_DATE as if so I'll have all the lines, but I want to only show one as shown above

    Because I do report discoverer in Oracle Apps, without taking the DELIVERY_DATE of the select query, it is not possible to move the date as a parameter

    Can you please help me how to do this?

    Thank you

    Post edited by: Rajesh123 NOTE added in the body of the Message

    Post edited by: added test Rajesh123 messages

    Maybe you want a single line in all cases

    Select si.item_no,

    start_date min (d.start_date),

    min (d.end_date) end_date,

    min (si.qty_sum1) qty_sum1,

    min (si.qty_sum2) qty_sum2,

    min (si.item_qty) item_qty,

    min (si.order_qty) order_qty,

    Sum (si.item_amount) item_amount,

    Sum (if. Sales_Amount) sales_amount

    of (start_date select to_date(:date_from,'dd-MON-yyyy'))

    to_date(:date_to,'dd-mon-yyyy') end_date

    of the double

    ) d

    left outer join

    TR sample_items

    on the si.delivery_date between d.start_date and d.end_date

    Group of item_no

    ITEM_NO START_DATE END_DATE QTY_SUM1 QTY_SUM2 ITEM_QTY ORDER_QTY ITEM_AMOUNT SALES_AMOUNT
    - 01/01/1900 31/12/2000 - - - - - -

    Concerning

    Etbin

  • How to set the user name and password when you use the class for SOCKS5 Proxy?

    Hi all

    I use the proxy class for SOCKS5, so need to set the user name and password, I can't find where I put the value. If the API support.

    Thanks in advance!

    Exactly how to repeat the question five times ater, we told you the answer would erase anything? A: this isn't. This irritates just the hell out of people. Irritating the hell of those who's trying to help you is not rational behavior either.

    I have no idea on the support of third-party for transmission by proxy via NIO.

  • Can not get tabs to open when you use the t control or right click of the mouse or from the file drop-down

    OK, so the problem is not able to open new tabs, that I can't open new tabs by using the file drop-down and select it, I can't use Ctrl t, I can't use the button "+" at the end of the tab, and I can't get the right click and select new tab to work. However I can get new tabs by accessing a link on a page right click and selecting Open link in a new tab

    Try to disable or uninstall the Ask toolbar and it should work again. There is a compatibility issue with the Ask toolbar, following a security update in Firefox 3.6.13

Maybe you are looking for