How can I change the ordering of the parameters listed under the Labview module?

Is there anyway to change the ordering of the parameters listed in the parameters table under the Labview module tab in TestStand?  Each of these parameters printout in my report, but I need to change the ordering of the parameters in the report.  Thanks.

Hi,
There is not a way to manually change the order of the parameter values in the Code Module Parameters Table, but there are a few options for configuring the report ordering of these parameter values.
Option 1: Use the Additional Results in the Properties tab to add a Custom Result. You can then save the parameter values to these custom results and order them they way you desire. This ordering will be reflected in the report.
Option 2: You could use a Post Action in the Properties tab to swap the parameter values that are saved to Locals.ResultList[0].AdditionalResults at run-time. This would require the use of a local variable to serve as a temporary placeholder for one of the values in order to successfully swap the values.
-Adri
Adri Kruger
National Instruments
LabVIEW Product Marketing

Similar Messages

  • How can i change the default module when lr5 opens

    lr5 on my win7 pc opens in the print module.  how do i change this to open in the library module?

    Lightroom re-opens at the same place, i.e. Catalog, Module, file, etc where you were working when you last closed the program. If you wish to have the program open in the Library module then you need to return there before you close/shut down the program.

  • How can I change the e-mail address that shows when I try to order from iBooks?

    Hi.  I recently had to change my e-mail address, and successfully changed my Apple ID to reflect the new e-mail.  However, while trying to order a book through iBooks today, I noticed that I was asked for my password and that my old e-mail was showing.  How can I change the old address to the new one so that I can order from iBooks?  Thank you.
    janiekhi

    Hi, fromsouth, and thank you for your reply.  When I go to store, there is no place that says "sign out" so I can't do this.  My old email is showing, and when I click on it I am asked for my password.  I tried my old password that I used with that email, but was told it was incorrect.  This is so frustrating!  I can't do any ordering on my iPad until this problem is solved.  Thanks again.
    janiekhi

  • How can I change the order of phone numbers in a contact?

    I have contacts that have more than one phone number (I am sure we all have those in this day and age). The importance of the phone numbers varies over time and I want to have the most important one as first on the list. How can I change the order that phone numbers are displayed within a contact?
    Thanks for any help.

    Currently, the order in which the phone numbers appear (in a contact) is dependent on the sequence to which you enter them. There is no way to change that order other than re-entering them in the desired order.

  • How can I change the order of the photos in a slide show I have created on my iPad mini?

    How can I change the order of the photos I have selected in a slide show on my iPad Mini?

    Currently, the order in which the phone numbers appear (in a contact) is dependent on the sequence to which you enter them. There is no way to change that order other than re-entering them in the desired order.

  • How can I change the order of the songs listed in a playlist?

    How can I change the order of the songs listed in a playlist?

    Hello Pokerplayer62,
    In order to update the order of items in your playlists on the iPod Nano, you have to update them on the computer, and then sync the updated playlists to your device.
    From the iPod Nano User guide here: http://manuals.info.apple.com/en_us/ipod_nano_features_guide.pdf
    To set iTunes to update iPod nano automatically with selected playlists:
    Open iTunes and select iPod nano in the Source list. Click the Options button and click Music.
    Select “Automatically update selected playlists only.” Select the playlists you want.
    All the best,
    Sterling

  • How can I change the preference order of stored wi-fi networks?

    How can I change the preference order of stored wi-fi networks? (My iPhone keeps trying to connect to a weaker network that I occasionally use - even when there's a stronger network stored in the system which I want to rank higher)

    If you know and have entered and connected successfully to the weaker network whenever you come near it it will automatically connect to it.
    If you want it to connect it to the stronger network you should go to the wireless settings and connect to the stronger one when both the networksare in range.this will make your stronger network as the default network connection.

  • I have a MAC. How can I change the order of my bookmarks. It is not the same as a PC

    On my old PC, I could change the order of my bookmarks just by clink & drag. On the MAC, this does not happen. How can I change the order & how can I delete unwanted bookmarks???

    You can do that in the Bookmarks Manager (Library).
    *Bookmarks > Show All Bookmarks
    *https://support.mozilla.org/kb/how-do-i-use-bookmarks

  • How can i change the order in smart playlist

    how can i change the order in smart playlist

    Click column headings until you find one you like, or select the leftmost column of numbers then drag into your desired order.
    tt2

  • How can I change the order in which songs appear in my iTunes Music Library?

    How can I change the order in which songs appear in my iTunes Music Library?

    Kay,
    If you are looking at the entire music library ("Music") you can sort by any of the columns by clicking the column header.  If there is a column you can't see, enable it by going to View > View Options.
    Within a playlist, you can do the same, and in addition you can click above the column of sequence numbers, which will then allow you to drag tracks up or down to get any order you wish.

  • How can I change the order in which photos are presented on an Apple TV?

    I am showing photos on my Apple TV via my Apple MacBook, iTunes and Home Sharing.
    That all works nicely for me, except that I wish to change the order in which a few photos
    are being presented.  How can I change the presentation order on the Apple TV?

    Welcome to the Apple community.
    You'll need to change the order in iPhoto. Open the album you wish to re-order, manually sort them to the order you want, then use the time and date and batch change options as applicable from the photos menu to retag your photos.

  • How can i change the title in the system form 'Sales Order Form'

    hai
    how can i change the title in the system form 'Sales Order Form'  and then how can i call this form?

    Hi Sanjoy,
    You find the form property like this :
    SAPbouiCOM.Form oForm = null;
    oForm = SBO_Application.Forms.Item(pVal.FormUID);
    oForm.Title = "New Title";
    Michael

  • How can I change the order SubVIs are loaded?

    Hello,
    I have a SubVI which needs to be called before any other SubVI. I tried to put that SubVI in another VI which again calls a second SubVI with the rest of the application:
    MainSubVI  --- call ---> 'Need-to-be-loaded-first-VI'
                |
                '- call ---> 'Start-VI'
                                 |
                                 '- call ---> 'Rest-of-application-VI'
    The problem is that there is one SubVI - saved in 'Rest-of-application-VI' - which is loaded before the 'Need-to-be-loaded-first-VI'.
    How can I change the order SubVIs are loaded?
    Thanks,
    Johannes

    Hai,
    If you wish to load the VI into memory or block the VI from loading the memory immediatly after the parent VI loads....Use "Call by referance Node" with call setup as "Reload for each call" which will load theVI into memory only when the VI is supposed to execute.
    With regards,
    JK
    Message Edited by JK1 on 09-10-2008 05:07 AM
    With regards,
    JK
    (Certified LabVIEW Developer)
    Give Kudos for Good Answers, and Mark it a solution if your problem is solved.

  • Lion has changed the order in which Finder items are sorted in Icon View; Acc vs. Desc.  How can you change this order?

    The order in which items are sorted has changed in Lion and I can't figure out how, or if, it can be changed.  Previously in Snow Leopard if you sorted by 'Date' in Icon View, your icons would be arranged from oldest to newest.  The same was true for 'Kind' and all the order sort options.  In Kind my *.zip files were positioned last.
    Now in Lion, the order is reversed.  Newest and Zips on top... the accending vs. decnding order has been changed.  How can I change the sort order in Icon View?

    I managed to fix the reverse order issue by deleting the com.apple.finder.plist and com.apple.finder.plist.lockfile in the user library folder. I did have to use terminal to delete the files and then re-launch finder from the force quit window. Here are the step-by-step instructions:
    Hold down the option key while selecting the Go menu. Select Library.
    Navigate to the Preferences.
    Find the com.apple.finder.plist.lockfile and delete it.
    Open Terminal (Application/Utilites)
    In Terminal type in sudo rm (include a space after the rm and do not hit enter)
    Drag com.apple.finder.plist file to the terminal window. It will fill in the path to the file)
    Press return.
    Type in your password and hit return. (The cursor will not move when you type in your password)
    From the Apple menu, select force quit.
    Highlight finder and select re-launch.
    Be careful when using Terminal. There is no undo button and you can accidentally delete important files.
    I hope this helps.
    Henry

  • Photo album: I would like to order this album but has to be sent to my address in Switzerland. How can I change the address?

    How can I change the delivery address from the USA to Switzerland?

    Don't belive you can do that but try changing the Print Produces Store from the USA to Switzerland in iPhoto's Advanced preference pane and see if the order will go thru.  However, I believe you'll need a credit card with a billing address in the same country as the delivery address.  It's worth it a try.
    OT

  • How can I change the ORDER of languages in the settings?

    If German is not supported in Apps the iPhone obviously uses automatically the second language in the list of languages in the language settings. However, the second language is Chinese in my list, and I don't speak Chinese. How can I change the SECOND language into English?

    I just found the solution myself: You switch the (standard) language to English, and then you switch back to German as standard language. After this, English is listed as second language (and not Chinese any more) and is used in case German is not supported by an app.
    Very helpful, thanks for posting that!

Maybe you are looking for

  • Can't download a complete set of songs

    I have a 40GB 4th Gen that has had numerous problems (e.g., sad icon, the "whirrr/click thing etc.). I have tried erasing the HD (and writing zeroes to it as well) and doing a restore MANY times. No matter what I do, I cannot get it to download a com

  • Is there any limitation of devices for purchased content?

    Hi there, Is there any limitation of devices i can download content i purchased on itunes store? For example if i bought a movie or and album, to how many devices maximum i can download this movie (of course with the same APPLE ID) Thank you in advan

  • Process & optimize issue with timeid

    Hi, I work on script logics with BPC 7.0 xls2007 sql2005. I need to process my application but I have this issue message :    - Errors in the OLAP storage engine: The attribute key cannot be found: Table: dbo_tblFactEPS, Column: TIMEID, Value: 100000

  • Oracle discover latest version with database 10g

    Hi We were using oracle desktop and admin for window version 3.1 with oracle database 8i. Now database is upgraded to 10g ((10.2.0.4.0). Can you please let me know which is latest oracle discover version for oracle 1og (10.2.0.4.0). Thanks in advance

  • Include dbpnpcom error

    Hi, I copied the std program RPLICO10, it gives me this error message - In unicode program, the "-"character cannot appear in names, as it does here in the name "pnp-sw-found". what is this error message whats the remedy? regards Ravi