Can you specify the columns that get written to a spreadsheet when using the query attribute of cfspreadsheet?

Hello, I wanted to see if you can control which columns from a query get written to a excel spreadsheet. I have some items in my query that I do not want in the spreadsheet but need for my query, if that makes sense.
Thanks.
Steve

There are no parameters in the cfSpreadsheet tag to choose specific columns, however you can use a query of queries (About Query of Queries - ColdFusion English Documentation - Adobe Learning Resources) to get a query object with a subset of columns to pass to the tag.

Similar Messages

  • Can you specify the full path to jar in archive_jini

    can you put the full path to the client.jar file in the formsweb.cfg archive_jini parameter? like this:
    archive_jini=d:\something\somethingelse\client.jar
    or does it have to exist under %ORACLE_HOME%\forms\java ?

    None of the two. The path path is a relative web-url, for the content of archive_jni will be placed in the generated html which is "executed" by the users browser. So you either place your jar in $ORACLE_HOME/forms/java and put it without any path in the archive_jni-tag, or (more appreciated by myself), create a virtual directory (either by alias or by orion-web.xml) in your oas and place the jar in the according phycial path.

  • Can you specify the background color when resizing the canvas?

    I haven't found this in the Scripting Reference.
    In the "Canvas Size…" dialog box you can specify the "Canvas Extension Color" to "Foreground", Background", "White", "Black", "Grey" or "Other…".
    Can this be scripted?
    I am writing an AppleScript to resize my canvas in order to add a slug to the bottom of the image. Currently my script stores the background color, so I can change it to White to accomplish my goal without discarding the background color (which gets restores at the end of the script). The problem is that if the user has a custom color (i.e. Pantone color) as the background color, the color does not get stored.

    See if this works for you… Just some very basic AppleScript with a call to 'do javascript' in this case the variable 'Solid_Fill' this is a cleaned up piece of scriptlistener output (done very nicely by X's tools you will see a post below to the latest release of this) The scriptlistener output has been turned into a function that javascript can call. Inside of the function call I have put a list arguments passed from AppleScript. So the values 0, 0, 0, 0 in the AppleScript list end up as arguments passed to the functions C, M, Y, K variables. AppleScript objects are 1 based Javascript are 0 based & values the same.
    set Solid_Fill to "function solidFillCMYK(C, M, Y, K) {
    function cTID(s) { return app.charIDToTypeID(s); };
    function sTID(s) { return app.stringIDToTypeID(s); };
    var desc8 = new ActionDescriptor();
    var ref4 = new ActionReference();
    ref4.putClass( sTID('contentLayer') );
    desc8.putReference( cTID('null'), ref4 );
    var desc9 = new ActionDescriptor();
    var desc10 = new ActionDescriptor();
    var desc11 = new ActionDescriptor();
    desc11.putDouble( cTID('Cyn '), C );
    desc11.putDouble( cTID('Mgnt'), M );
    desc11.putDouble( cTID('Ylw '), Y );
    desc11.putDouble( cTID('Blck'), K );
    desc10.putObject( cTID('Clr '), cTID('CMYC'), desc11 );
    desc9.putObject( cTID('Type'), sTID('solidColorLayer'), desc10 );
    desc8.putObject( cTID('Usng'), sTID('contentLayer'), desc9 );
    executeAction( cTID('Mk  '), desc8, DialogModes.NO );
    }; solidFillCMYK(arguments[0], arguments[1], arguments[2], arguments[3]);"
    tell application "Adobe Photoshop CS2"
    activate
    set User_Rulers to ruler units of settings
    set ruler units of settings to pixel units
    set Doc_Ref to the current document
    tell Doc_Ref
    set background layer of last layer to false
    do javascript Solid_Fill with arguments {0, 0, 0, 0} show debugger on runtime error
    move first layer to end
    set Doc_Height to height
    -- set Doc_Width to width did NOT need this
    resize canvas height Doc_Height + 200 anchor position top center
    flatten
    end tell
    set ruler units of settings to User_Rulers
    end tell

  • Can you specify the port for default services when installing OEG?

    Hi everyone,
    The default installation of OEG 11g uses 8090 port for management services, and 8080 for the virtualized services that you register in the gateway. After installation, you can change the ports by editing gateway's Profile Repository in Policy Studio. But is there a way to specify the port number before/during the installation?
    Thanks,
    Iris

    Hi -
    here are the steps to change the listening port (in 11.1.1.6)
    - Connect to OEG using Policy Studio
    - Click on "Edit Active Configuration"
    - Under "Services", find the default services, and you'll see a listener for port 8080 there. Right-click to edit this.
    - Change the port from 8080 to your desired port. Note that if you've installed the software and running it as a non-root user on Linux, then it will not have permission to bind to a low-number port (like port 80 for instance)
    - Now deploy your change (for 11.1.1.6 hit F6 or click on the "deploy" button which is towards the right of the toolbar in Policy Studio).
    - You may also choose to version your configuration at this point (click on "version" which is beside the "deploy" button and enter a comment about your version).
    Now verify that OEG is listening on your new port. You can see it bind to the new port by looking at the trace [Connect a browser to port 8090 on OEG, login as admin or another user who has rights to view the trace, then click on "Trace"].
    It's a usual practice to configure a new listener on SSL (e.g. on port 443) then to delete that pre-configured port 8080 listener, if you want to only receive traffic over SSL.

  • Can you specify the RH version from a command prompt?

    When using command prompts to generate WebHelp output, is there a way to specify which version of Robohelp will be used?
    Here's the situation:
    We recently upgraded all of our help projects to RH8, installed RH8 on our software build server, and are now successfully using command prompts to generate RH8 output files (webhelp) during our s/w build process.
    However, since the help system for our last major release is still in RH7, we also need to be able to automatically generate output in RH7 using the same build server, which has both versions of the s/w are installed. This is in case we need to send out a patch release before our next major release becomes available.
    When we ran the build program for the last software release (the one with the RH7 help system), the command prompts now cause RH8 to run and to generate RH8 output. But since these files are still in RH7 format, the generated output has various issues with lists and templates--basically all the stuff that I spent 2-3 days fixing manually fix when upgrading to RH8.
    Anyone know how to control which Robohelp version will run when using command prompts? (using RH8 help files with the last software release is not an option--there have been too many changes).
    Thanks.

    I have a feeling that I once tried to change the default version of RoboHelp and it wasn't successful first time. As it was not that important, I didn't poke around any more.
    Maybe you could try changing the default version but I wouldn't like to answer for any undesired results you may get. I suspect by far the easier option is to install RH7 on another machine.
    One other warning. I do recall that on one machine after uninstalling RH7, I had to reinstall RH8 as it created problems.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Can you specify the allowable values for vertical range and offset for the NI 5112 PCI Digitizer?

    The NI 5112 manual indicates that the vertical range can be set from +/- 25mV to +/-25V in 10% steps. Can you explain exactly what this means? (For example, could you give me a series of allowable values.)
    Also, what are the allowable values for voltage offset?
    The reason for my question is: I am specifying the vertical configuration using the niScope_ConfigureVertical() function. The observed raw (8 bit) sampling does not appear to change at all for small changes in voltage range and offset. I would like to know where the hardware breakpoints are, so that I can apply correct scaling from bits to voltage.
    In addition, I have tried to use the niScope_CheckAt
    tributeViReal64() function to "check" a value before applying it to NISCOPE_ATTR_VERTICAL_RANGE or NISCOPE_ATTR_VERTICAL_OFFSET, but it fails in the linking step in Microsoft Dev. Studio. (niScope.lib & niscope_32.lib do not seem to contain any of the CheckAttribute functions that are listed in the NI-Scope function reference.)
    Thank you for your response.

    There is a nice reference at:
    http://digital.ni.com/public.nsf/3efedde4322fef19862567740067f3cc/38f18d418e2433ed8625690e006bbe94?OpenDocument
    which explains that allowable voltage ranges can be expressed by the equation:
    next_range_value = range_value * 1.1 starting at +/- 25 mV.
    When a range is specified that does not match this series, the device driver rounds UP to the next value.

  • Can you specify the links for WAS Java Adminstration

    Hi,
    Is there any links ( documents)  that specify each services that runs in Visual Adminstration? of WAS Java stack.
    Regards,
    Daniel..

    Hi,
    I think you are looking for this link:
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/61/e176cb3fd64848966ecb58f8eecba2/frameset.htm
    Hope it helps.
    Regards,
    Siddhesh

  • How can you specify the height of an index page window?

    I want to control the height of an index page window when it
    loads.
    If you look at this page;
    http://www.farrowdesign.com/
    It has a fixed size onload.
    I'm trying to do a basic web page for a friend using
    dreamweaver.
    see here
    http://www.landscapesbyjonstollar.com/
    It's a series of horizontal landscape images which are all of
    the same height - I want the user to scroll to the right to view
    them usiing their browsers scroll bar.
    Can anyone clearly explain (I'm very new to this) how I might
    do this and if it's javascript - where I should paste the code.
    Thanks in advance
    Jim

    "<td width="853" <img src="images/Stollar_01.jpg"
    width="853" height="642"
    /></td><br>"
    You can't be serious....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "mbarizia" <[email protected]> wrote in
    message
    news:[email protected]...
    >
    >
    > ok.. it's easy : in dream weaver replace those lines :
    >
    > <td width="853" <img src="images/Stollar_01.jpg"
    width="853" height="642"
    > /></td>
    > <td width="864"><img
    src="images/Stollar_03.jpg" width="864"
    > height="642"
    > /></td>
    > <td width="732"><img
    src="images/Stollar_05.jpg" width="732"
    > height="642"
    > /></td>
    > <td width="862"><img
    src="images/Stollar_07.jpg" width="862"
    > height="642"
    > /></td>
    > <td width="857"><img
    src="images/Stollar_09.jpg" width="857"
    > height="642"
    > /></td>
    > <td width="968"><img
    src="images/Stollar_11.jpg" width="968"
    > height="642"
    > /></td>
    > <td width="487"><img
    src="images/Stollar_13.jpg" width="487"
    > height="642"
    > /></td>
    > <td width="545"><img
    src="images/Stollar_15.jpg" width="545"
    > height="642"
    > /></td>
    > <td width="901"><img
    src="images/Stollar_17.jpg" width="901"
    > height="642"
    > /></td>
    >
    > By :
    >
    > <td width="853" <img src="images/Stollar_01.jpg"
    width="853" height="642"
    > /></td><br>
    > <td width="864"><img
    src="images/Stollar_03.jpg" width="864"
    > height="642"
    > /></td><br>
    > <td width="732"><img
    src="images/Stollar_05.jpg" width="732"
    > height="642"
    > /></td><br>
    > <td width="862"><img
    src="images/Stollar_07.jpg" width="862"
    > height="642"
    > /></td><br>
    > <td width="857"><img
    src="images/Stollar_09.jpg" width="857"
    > height="642"
    > /></td><br>
    > <td width="968"><img
    src="images/Stollar_11.jpg" width="968"
    > height="642"
    > /></td><br>
    > <td width="487"><img
    src="images/Stollar_13.jpg" width="487"
    > height="642"
    > /></td><br>
    > <td width="545"><img
    src="images/Stollar_15.jpg" width="545"
    > height="642"
    > /></td><br>
    > <td width="901"><img
    src="images/Stollar_17.jpg" width="901"
    > height="642"
    > /></td><br>
    >
    > any help : [email protected] ;)
    >

  • HT1329 hi i need help with my ipod nano i want to get my music from my ipod to i tunes so that i can be able to transfer the music on my i tunes to my ipad mini can you help me with that ?

    hi i need help with my ipod nano i want to transfer my music from the ipod to the itunes so that i can be able to transfer the music to my ipad can you help me with that ?

    You cannot use iTunes to transfer song files from iPod to computer, except for songs purchased from the iTunes Store.  However, there are third-party methods and utilities that can transfer from iPod to computer.  If you do an Internet search on something like"iPod transfer," you should get some links.  (The CNET article seems to be popular.)
    Once the song files are on your computer's drive, you can add them to your iTunes library, and then sync your iPad.

  • How do you "Unsort" a column to get it back to the way it was when you opened it?

    How do you "Unsort" a column to get it back to the way it was when you opened it?
    I like to sort by price or alphabetical etc but then I want to return the cells to where they were and I can't figure out a way to do that.
    For instance, the rows that don't matter so much like the ones that just describe what date is the follow are now all together and I want it back the way it was when I opened the document without losing any changes I've met to other things in the doc since I sorted.
    Can anyone help with this?
    Thanks.
    Tim

    Hi fl2,
    Adding to replies from Wayne and Barry. After you open that Numbers document, insert another column into a table before you sort it. The column can be anywhere in that table. Here is Column A (labelled "Original") that I inserted. It has numbers in sequence (1, 2, 3...)
    As Barry said, these must be numbers, not the results of a formula.
    Now you can sort by any column to your heart's delight and always go back to the original order by sorting that table by column A.
    Regards,
    Ian.

  • Can anyone tell me what file gets written to when you add or change GO Connect to Server?

    Can anyone tell me what file gets written to, when you add or change "GO < Connect to Server" in the finder? Also the location of that file. Thanks!

    ~/Library/Preferences/com.apple.sidebarlists.plist
    in favoriteservers.

  • You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels

    Hi, I have a piece of code that works fine in SSMS as T-SQL. When I put the T-Sql inside a SP, I get the error :
    You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels
    The script starts is as follows (only select)
    SET NOCOUNT ON
    Set Transaction Isolation Level Read Committed
    Set Deadlock_Priority Low
    Select......
    From MyTable WITH (NOLOCK)
    GROUP BY .....
    Order BY ....
    works fine as I said in SSMS as T-SQL but the SP generates the following
    Msg 650, Level 16, State 1, Procedure usp_TotalMessages, Line 15
    You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels.
    By the way, when it says line 15, from where we should start counting, is it from The USE DB statement which includes comments as well as Set ANSI....or should we start counting from the Alter PRocedure statement
    Thanks in advance

    Set Transaction Isolation Level Read Committed
    Set Deadlock_Priority Low
    Select......
    From MyTable WITH (NOLOCK)
    GROUP BY .....
    Order BY ....
    First you define transactionlevel = "Read Committed", then you use a query hint "NOLOCK" which is equivalent to "Read Uncommitted"; so what do you want now, committed or uncommitted, you have to decide.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • I guess the problem come from me or I really need those contacts before he calls me for it. I'll try some method that I got from some responders on your support website. Do you have or can you recommand any software that can solve this problem?

    I guess the problem come from me but I really need those contacts before he calls me for it. I'll try some method that I got from some responders on your support website. Do you have or can you recommand any software that can solve this problem?
    One more thing. I just update my iphone that my boss gave to me but it seems to be like it giving me some trouble. My iphone was updated not too long and was successful. I try to lock into it and it telling me emergency call. I plug it to my itune and it telling me that the sim card is not valid or supported. So I inserted my sim card that I usually use to call and it still saying the same. Please help me get into it.

    And as far as paying for phone support, here are a few tips:
    If you call your carrier first and then they route you to Apple, you usually don't have to pay for phone support.
    If you are talking to Apple and they ask you to pay a support fee, ask if you can get an exception this time.  That usually works once, but they keep track of the times you've been granted such an exception.
    If you still end up paying the support fee, that fee only applies if it's not a hardware related issue.  In other words, if it can be fixed by just talking over the phone and following Apple's instructions, then the fee applies.  But if your device is deemed to have a hardware failure that caused the issue, then the fee should not apply, and you can ask for it to be waived after the fact.
    This forum is free, and almost all of the technical support articles the Apple tech advisors use are available on this website.  Literally 99% of what they can do over the phone is just walking you through the publicly available support articles.  In other words, you're paying the fee to have them do your research for you.  It's like hiring a research consultant to go look stuff up in the public library so you don't have to.  You're capable of doing it; you'd just rather pay someone to do it for you.
    It's like Starbucks.  You know how to make coffee.  Everyone knows how to make coffee.  And Starbucks coffee isn't any better than what you could make at home for far less.  But you want the convenience.  So you're really paying a convenience fee.  Milk is more expensive at 7-Eleven than it is at the grocery store... because it's a convenience store.

  • How can you modify the displayed columns on a Related Information List?

    How can you modify the displayed columns on a Related Information List? For example, how could you add the "Type" column to the List of columns displayed for Service Requests when you are viewing the Contacts Detail page?
    Thanks

    I'd have to say I think this is one of the biggest flaws in the OnDemand system currently. The solution I have come up with is to create reports and put them in webapplets showing the data I want to show. I have then removed the standard Related Info List Objects and added weblinks to create new records as the button on the List object is also gone.
    Keep in mind that doing this does slow things down a little, so it may not work if you have a big user base.
    RWB.

  • SP2013 Bug Report: Health Reports - You can only specify the READPAST lock in the READ COMMITTED or REPEATABLE READ isolation levels.

    There appears to be an error when trying to view Health Reports from Central Administration. A simple fix within a SharePoint Stored Procedure fixes the problem. I get the error message "You can only specify the READPAST lock in the READ COMMITTED or
    REPEATABLE READ isolation levels." when just trying to click "View Health Reports" --> Go in CA.
    I have found the same problem in some blog posts which leads me to believe this is a bug:
    Problems Viewing Health Reports in SharePoint 2013
    From the blog post "I managed to work around it by altering the
    proc_GetSlowestPages stored procedure and commenting out the
    WITH (READPAST) line. "
    This also worked for me. It would be great if a fix could be released for this problem as it seems to cause other problems as well (site analytics freezes).

    Hi Dennis
    Hope you had found the hotfix and installed it.
    For the benefit of others who visit this thread SharePoint Server 2013 Client Components SDK hotfix package addresses this issue.http://support.microsoft.com/kb/2849962
    Regards
    Sriram.V

Maybe you are looking for

  • ABAP dump LOAD_PROGRAM_NOT_FOUND in S_ALR_* transactions

    Hi, I am trying to execute S_ALR_87011792 and S_ALR_87012249 and getting LOAD_PROGRAM_NOT_FOUND abap dumps in tdms receiver client in dev system. We are on ECC6. Here is the dump details: Short text     Program "GP4A1HFKFHN7RW6BOFW65F3ZTQ9" not found

  • AD Authentication - pass through?

    Evening ladies and gents, really stuck and need some help with implementation of our new Apple network. the story so far..... We have Windows  Server 2008 R2 AD running over a HSRP VLANed network.  We've purchased 30 Apples and we want to be able to

  • Obsolete Entries in SM04 After System Copy

    In my QAS system when performing  SM04  --> GoTo --> Terminals, I see many entries from my production servers.  I can tell from the Logon Date that it stems from when I did my system copy to QAS.  I am assuming there is some table that needs to be cl

  • Background effect like "Alert.show"

    Hi, I have a panel component im my application, and I need to make the rest of screen out of focus (like Alert.show do). I can´t make this panel in a popup or another windows. It must remais in the form. There is a way to do this?

  • Bi Publisher Action  properties disabled

    Hi  All, We are using obiee  11.1.1.6.2  enterprise edition.I logged in as BIAuthor  and accessing publisher reports ,on right hand side top p ortion we have action  button and we have options ,in that one option called SEND was disabled.Can anyone t