How do I use Spinner data as multiple filed input?

I am creating a dashboard that displays labor load over a 12 month period.  However, in order for the data to be useful the user must be able to enter the number of employees in specific groups.  This can change from month to month over a 12 month period.  In addition, vacation time must be subtracted in order to calculate a true labor availability to compare to the load in the graph.  I can do this with 12 spinners for the available employees and an additional 12 spinners for vacation hours (one for each month).  It would be much simpler if there was a way to use one spinner for the available employees and point that data into different cells in the associated spreadsheet.  Can this be done?

Hey, thank you! I'll be sure to look into that and post back if I have any trouble.
Last edited by MutantJohn (2014-09-18 17:52:28)

Similar Messages

  • How to insert one table data into multiple tables by using procedure?

    How to insert one table data into multiple tables by using procedure?

    Below is the simple procedure. Try the below
    CREATE OR REPLACE PROCEDURE test_proc
    AS
    BEGIN
    INSERT ALL
      INTO emp_test1
      INTO emp_test2
      SELECT * FROM emp;
    END;
    If you want more examples you can refer below link
    multi-table inserts in oracle 9i
    Message was edited by: 000000

  • How to print hard-coded data in multiple language in sapscript.

    Hi All,
    How to print hard-coded data in multiple language in sap-script, here the requirement is when printing the output
    we can see the window heading, description which are mostly hard-coded here I want to print these in both language as fallows,
    Goods to be delivered: = Morada de Entrega:
    Total net value excl. tax = Valor Total (IVA não Incluído)
    Description = Descrição
    Item = linha
    here I want to print in both languages like----       Goods to be delivered:/ Morada de Entrega:
    and the above headings in English are hard-coded.
    Kindly suggest me on this.
    Thanks in advance.
    Arun.

    Hi Arun,
    Use Standard text ade those text elements. Then use those in SAP script using different languages.
    Regards,
    Amitava

  • HT1338 How can i use my data on windows or mac when i use one of them in the same time?

    Hi,
    i have a Mac book with 2 operating system, ( Windows& mac). How can i use my data on windows or mac when i use one of them in the same time?
    Thank you

    The following article(s) may help you.
    Resolving duplicate calendars
    Resolving duplicate contacts

  • How can i import the data from multiple sources into single rpd in obiee11g

    how can i import the data from multiple sources into single rpd in obiee11g

    Hi,
    to import from multiple data sources, first configure ODBC connections for respective data sources. then you can import data from multiple data sources. When you import the data, a connection pool will create automatically.
    tnx

  • How do I use cellular data while talking on the phone?

    How do I use cellular data while talking on the phone?

    If your carrier supports it, you just use it like you would if you were not on the phone. Use a headset or put it on speaker, press the home button, and do whatever you want...
    If you use a CDMA carrier (Sprint, Verizon, etc.) then you can not use cellular data while on a voice call.

  • How do i use the headphone jack as an input on a macbook pro 9,2.... the option just isn't in the sound app.

    how do i use the headphone jack as an input on a macbook pro 9,2.... the option just isn't in the sound app.
    all i have is the internal mic option, can anyone help?
    thanks

    You should also ask this in the MacBook Pro forum. This is the forum for the white and black plastic MacBooks that were discontinued in 2010. You should also post this question there to increase your chances of getting an answer.
    https://discussions.apple.com/community/notebooks/macbook_pro

  • How can I use MY data in the GLV_GigaLabVIEWMemoryStoreAndBrowse.vi?

    Hello everyone,
    As I use large data files (500MB) and need to be able to view them in graphs, I was reading this arcticle about Managing Large Data Sets, and found the GLV_GigaLabVIEWMemoryStoreAndBrowse.vi example in the "Fast Data Display with Decimation" section of it. It is exactly what I need, but, of course, with my data... So, how could I rearrange this file to be able to see not it's own data, but the data I acquired with the TDMS Writer (1D array of waveform data)?
    Thanks,
    Rafael

    There are several options, but I would recommend using the already existing file as your data buffer.  This will replace the internal data structures (queue or functional global) for the main data, not the decimated preview.  I would do it as follows:
    Replace the number of points front panel control with a path control called Filename.  This will allow you to specify your file.
    Modify the command enum so Change NPoints is Change Filename (only needed for us humans).
    In the Value Change event (top loop) for Filename (create one if it is not already there, delete the nPoints one if it is still there), stuff the command queue with Change Filename.
    Create a local shift register in the bottom task handler loop (similar to the one in the traditional memory store and browse) to hold your file reference.
    In the Change Filename frame of the task handler, close the file reference (if it is valid) and open a new file reference using the TDMS functions (use the file name terminal to read the file name).
    Replace all instances of reading or generating the main data with the corresponding TDMS function using the new file reference.  For example, in the Change Filename case, replace the Sine Wave.vi with a TDMS Read.vi which reads the corresponding subset.  Make your chunk size 65,000 points for best speed.
    I have never done this with TDMS (only because I stopped working with file I/O before TDMS was invented), but have done it with raw binary, NI-HWS, and HDF5.  All worked well, so you should have no problems.
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • How to submit InfoPath form data to multiple SharePoint lists at one time?

    Hi,
    I'm looking for a way to submit certain data in InfoPath form to separate SharePoint lists at the same time. I have a form that has two views with many data in them. I want to keep these data in separate SharePoint list besides keeping them in the XML. I know that you can submit to a form library using SharePoint document library data connection, but I'm not sure if you can use several data connections for submitting data to multiple SharePoint lists. Is it only possible to do using code? If yes, can anyone show a sample. I have never coded in InfoPath, though I used C# a lot in .Net.
    Thank you!Regards,
    R.D.M.

    This is an old thread but I tripped over a codeless method to do this with OOB InfoPath 2010 and SP 2010. 
    Assuming your main InfoPath form is published to a document library with the promoted fields that you want to see.
      Publish your form to a new document library to capture the secondary data fields that you want separated out.
    Using the Publishing Wizard do the following:
    Go to – File then Publish
    Select SharePoint Server “ Publish form to a SharePoint Library”
    Enter location of your SharePoint or InfoPath Forms Services Site: 
    accept the default in this field from the first published event
    Next screen, keep the default or change it, Form Library, Site Content Type or Admin Approved
    Next screen, What do you want to do?
    Create a new form library
    Add new document library name and description
    Next screen, Remove all promoted fields not applicable to the new library and add all of the ones you want to see data for.
    Click Next and Publish
    Come back into the form: If you don’t have buttons added directly to the form to submit or update, add them.
    Create a new Action rule on the button
    Label the rule to keep it straight
    Condition, occurs when button clicked
    Add action, Submit data
    Use data connection to the second library created
    Create a second new Action rule on the same button
    Label the rule to keep it straight
    Condition, occurs when button clicked
    Add action, Submit data
    Use original data connection to the library
    Then you can add another action to close the form or do whatever you need.
    Republish the form to both libraries to set the template for both.
    File – Publish – SharePoint Server
    Select Secondary library from drop down follow the rest of the prompts
    Follow step 5a again, select Primary library from drop down, Add back in all of the promoted fields needed for the primary library and follow the prompts.
    DOCUMENT YOUR FORM WELL FOR MAINTENANCE
    Special considerations, your primary library needs a unique ID to reference in your secondary library.
    Your secondary library will need a unique ID that is not related to the primary if you are going to store multiple records for a single primary library reference. 
    Example: One form, multiple updates.

  • How to get & use xml data with jstl libraries? (URGENT PLZ)

    I am using jstl to get and use xml data
    I needs to perform operations on the parsed xml document with other libraries of jstl. How can i do that.
    I used Dom variable to parse my document as:
    <x:parse varDom="test"> <c:import url="project.xml"/> </x:parse>
    where my project.xml is:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <project>      <projectName>myProject</projectName> </project>
    I can dislay this value in html by
    <x:out select="$test/project/projectName"/>
    But I need a string value sotred in variable such as <c:set var="pname" value="???">
    HOW CAN I SET THIS VALUE IN CORE VARIABLE THAT IS, USING <c:set...> SO THAT IT CAN BE USED ANYWHERE IN JSP PAGE TO CONCATE RETURNED STRING IN OTHER STRING VARIABLES DEFINED BY CORE LIB?
    Jessy
    Message was edited by:
    jessy
    Message was edited by:
    jessy

    I believe that <c:set> should do that but i am facing problem in it. Look into this jsp scriptlet:
    1-<x:parse varDom="test"> <c:import url="project.xml"/> </x:parse>
    2-<x:set var="ds" select="$test/project/projectName"/>
    3-<x:out select="$ds"/> <br>
    4-<c:set var="tt" value="${ds}" />
    5-<c:out value="${tt}" />
    In line 3 variable ds returns: myProject
    In line 5 variable tt returns: [[projectName: null]]
    perhaps on line 4 ds is storing some array to tt and i am not calling correct array element. I tried many options but still could not find solution. Plz Plz do something urgent for me. Thanks
    Jessy
    Message was edited by:
    jessy

  • How do I use your iPhone with multiple iTunes libraries

    Hi, I have my music spread out between 3 seperate Itunes libraries on 3 different profiles on my computer. I have the newest generation Ipod Nano, Ipod Shuffle, and Iphone 4s. My Ipod's are both full, so I've decided to start putting music onto my phone. With my Ipod's, I can plug them into one profile on the computer, download the music on the Itunes library that exists on that profile, then do the same with the other profiles with no issue. However when I try to do this with my phone, It asks me to erase the music I have gotten from one Itunes library and sync with the current library, as soon as I plug it in to a different Itunes on one of the other profiles. I have my Iphone configured with the Manually manage music option, and I still haven't found a way to use my Iphone with multiple music libraries. PLEASE HELP

    http://support.apple.com/kb/PH12113 - If you use manual syncing, you can sync items from more than one iTunes library to your iPod. (You can sync iPod touch, iPhone, and iPad with only one iTunes library.)
    http://support.apple.com/kb/HT1202 - When manually managing content, you can add content from multiple libraries to your iPod or iPad. Even when manually managing music, some content may be available from only one library at time. This includes all content on iPhone and video content on iPod and iPad.
    They seem inconsistent as far as the iPad is concerned but in both articles the iPhone appears to only be able to sync to one library at a time.
    Troubleshooting Home Sharing - http://support.apple.com/kb/TS2972

  • Metadata: how to use same data on multiple tracks in a project.

    I need to figure out how to cut and paste metadata from one audio file to the next. I am transferring 500 vinyl albums to digital. I would like to be able to fill in the ID3 and other metadata that is the same for the 10 to 12 songs on the disk and have that information transfer to each of the files I ultimately turn into mp3. How can I do that. Essentially, artist, album, recording data, comments, genre, and copyright are all the same.
    My workflow is to copy all of the tracks from the master recording of the disk into individual audio files and save those as the MP3. If I enter metadata manually in the audio track, it is saved with the MP3 and read by iTunes when converted. However, I want to be able to create one metadata -- I guess template -- with the data that is the same and have that automatically transferred from the master to the cuts.
    Is it possible?

    Not in Audition, I'm afraid. But there's certainly software that will allow extensive metadata manipulation of ID3 tags available, possibly for just the reasons you are mentioning. You have to bear in mind that Audition is essentially an editor, and MP3s are just a saving possibility, and not the format it natively works in, so it's not extensively set up to deal with them in the way you want; not it's job, really!

  • How do I copy automation data on multiple aux tracks?

    Hi. Can anybody tell me how I can move/copy/paste automation data that exists on multiple Aux tracks at the same time as I move/copy/paste midi and audio regions?
    Currently I can move/copy/paste multiple midi and audio regions at the same time, and if they also have automation data with them this also gets moved/copied/pasted, BUT its the automation data on Aux tracks which doesnt.
    e.g. If I use 'Select Inside Locators' and then alt/drag the regions, Logic refuses to select the automation data on any of my Aux tracks too- so these get left out and I have to manually select each one and copy and paste it by hand which takes ages and is very fiddley.
    Does anybody know how to do this?
    Many thanks,
    Al.

    ctrl-cmd-E does not work? And cmd-1 doesn't work either?
    Let's hope then that alt-K works, because that is where you can set keycommands. Any of the presets in the dropdown menu top left contains the commands you need.
    I just did it myself, to check it; every keycommand preset there is, contains both combo's I've given.
    I have no idea if there's a menu item for the Automation Event list, I guess there should be since there's no • in front of it (• before a command meaning it has no menu item), but I cannot find it, and I don't even know if it works using menu items. cmd-1 should work, always, but it's also under Window>Arrange.

  • How do I use a CNiDAQmxTask with multiple channels?

    My last project from three years ago utilized Visual Studio 6.0.  I am now using VS 2005.and created a "NI MFC DAQmx  DLL".
    I used the wizard to create a CNiDAQmxTask class called CDAQmx1124VOutTask  for the 1124 card.  The class now contains six different voltage channels in the Configure function.  How do I write to a single channel? 
    Boy, C++ examples for solutions using the DAQmx Assistent are non-existent.  All I find are C# examples, or native DAQmx funtions.
    The best I have been able to come up with is this that will compile.
    CDAQmx1124VOutTask   m_1124VOut;
    m_1124VOut.Start();
    CNiDAQmxAnalogSingleChannelWriter* writer = new CNiDAQmxAnalogSingleChannelWriter(m_1124VOut.Stream);
    writer->WriteSingleSample(TRUE, 12.);
    delete writer;
    Which output on the card will end up writing the 12 volts?  Do I need to have the DAQmx Assistant create a new  CNiDAQmxTask
    for each output on the card?  Any help or example links would be greatly appreciated.
    TIA
    Eric 

    Hello Eric,
    The question of which output on the 1124 card will write the 12 volts depends on how you configured the DAQmx Task.  If you specified all six channels, then you would need to create an array of data that is 6 elements in length.  The first element in that array would be written to AO channel 0. The second element in the data array would be written to AO channel 1, and so on. So this answers the question about needing to create separate tasks for each individual channel.  It would suffice to specify all of the physical channels in one task, and then specify the voltage updates to each channel based on the entries in the array. You can find examples by going to the following (or a similar) location in the directory structure of your computer (Windows OS assumed).
    C:\Documents and Settings\All Users\Documents\National Instruments\NI-DAQ\Examples\MStudioVC2005\Analog Out\Generate Voltage
    Best wishes,
    Wallace F.
    National Instruments
    Applications Engineer

  • How do I use old data files with a new installation in Oracle 9i

    I am in an unenviable position, with an unsupported database.
    We are running Oracle 9i on Windows XP. We are upgrading soon to Oracle 11g on a newer platform, but need to get our development environment working first.
    We lost a system that was running our development database without having a database export. The C drive was placed into a new system as the D drive.
    I have loaded Oracle 9i on the C drive, but I have been unable to determine how to point it to the existing data files on the D drive. My search skills may be the limiting factor here...
    We cannot simply load the drive as C, since the hardware is different.
    What are the steps to point the new database software at the data files on the D drive? Or, how do I copy the old data files into the new Oracle Home and have them recognized properly?
    Thanks for any advice.

    user3930585 wrote:
    I am in an unenviable position, with an unsupported database.
    We are running Oracle 9i on Windows XP. We are upgrading soon to Oracle 11g on a newer platform, but need to get our development environment working first.
    We lost a system that was running our development database without having a database export. The C drive was placed into a new system as the D drive.
    I have loaded Oracle 9i on the C drive, but I have been unable to determine how to point it to the existing data files on the D drive. My search skills may be the limiting factor here...
    We cannot simply load the drive as C, since the hardware is different.
    What are the steps to point the new database software at the data files on the D drive? Or, how do I copy the old data files into the new Oracle Home and have them recognized properly?
    Are you stating that you don't know how to use COPY command?
    Can you recreate same directory structure on new C drive as exist on old C drive?
    Can you then drag & drop copies of the files?

Maybe you are looking for

  • Boot camp, does not recognise wireless mouse and keyboard

    I have installed windows 4 times, after the installation the wireless keyboard and mouse stop responding! I guess lots of people have had this problem but I cannot see any solution! If I buy a USB mouse would it work?

  • Unicode problem in Forms 10g

    Dear Everybody, Re : Oracle 10g DB for linux Oracle Forms 10g for Windows/Linux Oracle IAS 10g for linux Oracle Jinitiator 1.3.1.18 for windows i need to put two chinese words on two column label in Forms. one is traditional chinese UTF8 and other on

  • BPS to IP (variables) - Urgent!

    Hi, I am stuck with a problem while recreating a BPS application in IP (web). I needed to give the users options to choose values for some characteristics - but I needed to give them a restricted list, not all of master data hence I am not using vari

  • Gird Control problem:Host:clicking on performance tab

    Clicking on host performance tab generates an error. Error getting data for target Hostname. Exception: oracle.sysman.emSDK.emd.comm.MetricGetException: Row(14): NUMBER type column pmem='-' has invalid number format Switching to the last 24 hrs view.

  • Another 1004 error thread...

    I got my yesterday at 5 pm. Came home and was setting the whole thing up like adding contacts and music. All of a sudden phone can't be used and needs a restore. Wait what? frustration starts building up. Try several time to restore but got the 3194