Dynamic Date (from to) to Archive Workitem

Hi, I would like to kown if is possible create a variant with dynamic date in field End Date? I´m trying this, but when I select a dynamic date -180 days to system puts the date on the first field, but I would like to have the End Date filled from 01.01.2008 to 24.04.2010 (today - 180 days).
Is it possible?

It depends on what version you have in your system. When defining the variable, follow the following steps:
- Highlight the date row (just for ease of use)
- Under the "Selection Variable", click F4 and select D (for dynamic)
- Under the "Name of Variable", click F4
- In the drop down screen you get, scroll all the way down
- You have three options you can use:
    1- Current date - xxx,current date + yyy
    2- Date - xxx, Date + yyy (work days)
    3- (Beginning of mth-xx months, end of mth+yy months)
- Pick any of the three options
- In the xxx field, put a positive number; say 180 (for the first two options) or 6 (for the third option)
- In the yyy field, put a negative number; say -30 (for the first two options) or 1 (for the third option)
Hope this helps.

Similar Messages

  • How to save the dynamic data from a pressure sensor

    Hello Everyone,
    We have a FPGA board NI cRIO-9073, a temperature module NI 9217 and a pressure module NI 9203. Right now we have problem with saving the data from pressure sensor.  I succeed in getting and saving the data from the temperature sensor. Then I just simply modify the FPGA VI and host VI of the temperature function block which are shown in the attachment files.But I get an error saying I cannot connect two different data types.
    Could anyone here give me a help on this?
    BTW: we are using a 2 wired pressure sensor with 4~20mA. The brown one is +Vcc and the white one is GND.I connect the white one with the COM of NI 9203 and the brown one is connected to AI7. DidI make a right connection?
    Thx for any help from anyone!
    Attachments:
    pre_tem.JPG ‏36 KB
    pre.jpg ‏35 KB

    Hi, I get this error message:
    Write to textfile: function contains an unrelated or improper connection.You have combined two different types of connections among each other.
    At least one entrance of the function required for their operation, is open or not properly connected, the connection scheme is illustrated in the context help.
    They have combined two different types of connections with each other. This connection is not possible because the data types (such as "numeric", "String", "Arrary" or "clusters do not match"). Open to see the contextual help at what must have a data type for the connection. The type of data source (fixed) costs. The type of data is dynamic data.

  • Passing dynamic data from UWL to transaction iview

    Hi Experts,
    Can some one please suggest how can we take data from UWL task to a transaction iview on click of button.
    I have a webdynpro java sceen which is coming as a task in UWL of a user. When user clicks on Button with complete event, i have to get data from the Webdynpro Sceen and set data to a transaction iview. This means i cant har code the data in Application parameter of transaction iview.
    Catches here are:
    1. Passing data from UWL to Transaction Iview.
    2. Data is dynamic i.e. is entered by user through web dynpro screen.
    Thanks in advance.
    Regards
    Pranav

    Hi Scott,
    Thanks for reply. But i am not understanding the solution provided by you. I think these are ABAP FM and are used user management. I am working in Netweaver environment CE7.1.1.
    Regards
    Pranav

  • Moving Dynamic data from asp page to word doc

    I am trying to acquire data from a user using an asp page,
    then when the user is done entering his/her data, the submit button
    is pressed and the data will go to a formatted word doc or a pdf
    file. I am using dreamweaver version 8.0. Is there a quick way to
    do this? Does dreamweaver need an addin to be able to this or is
    there code that can be used to do this?

    It is not DW that needs the addon but the server that the
    site is running
    on. There are quite a number of components for writing
    documents or PDF's. I
    would check with you host if they have any available.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "mmflynn" <[email protected]> wrote in
    message
    news:et75ps$8gr$[email protected]..
    >I am trying to acquire data from a user using an asp
    page, then when the
    >user
    > is done entering his/her data, the submit button is
    pressed and the data
    > will
    > go to a formatted word doc or a pdf file. I am using
    dreamweaver version
    > 8.0.
    > Is there a quick way to do this? Does dreamweaver need
    an addin to be
    > able to
    > this or is there code that can be used to do this?
    >

  • How do I make a hyperlink with dynamic data from a php data base table?

    Level - Dreamweaver infrequent user
    I have a standard master-detail couple of pages using MySQL and PHP. This function is working correctly. One of the data items on the Details page contains the name of a PDF document (including the .pdf suffix). The PDFs are stored in the PDFs library under the Site Root. I am wanting the ability of the page user to look at the associated PDF. Keeping it as simple as possible I just set up a text field 'View Report' followed by the Dynamic Text for the document name. I tried defining the Link Properties with the PDFs library name (plus the root level) followed by the code I thought it needed to identify the selected PDF document ( <? php echo $row_rslivesDetail['ReportLink']; ?> ). The first part is correct because when the code failed I changed it to a fixed PDF document and that worked. I've tried various combinations but not been successful. Can someone please suggest what I'm doing wrong with the code.
    Regards
    Cliff

    Do the PDFs actually reside in your MySql database or are they just in a folder on your server?
    To parse files from a folder, you could use something like this:
    <h2>PDF Files</h2>
    <?php
    class SortingIterator implements IteratorAggregate
    private $iterator = null;
    public function __construct(Traversable $iterator, $callback)
    if (!is_callable($callback)) {
    throw new InvalidArgumentException('Given callback is not callable!');
    $array = iterator_to_array($iterator);
    usort($array, $callback);
    $this->iterator = new ArrayIterator($array);
    public function getIterator()
    return $this->iterator;
    ?>
    <!--results-->
    <h3>2014</h3>
    <?php
    function mysort($a, $b)
    return $a->getPathname() > $b->getPathname();
    $item = new SortingIterator(new RecursiveIteratorIterator(new RecursiveDirectoryIterator('pdfs/2014/')), 'mysort');
    foreach ($item as $file) {
    echo '<li><a href="' . $file . '">' . $file->getFilename() . '</a> - '. round( $file->getSize() / 1052) . '  KB </li>';
    ?>
    </ul>
    In my example above, pdfs is my main folder and 2014 is my sub-folder. 
    Results echo inside a list with each file name hyperlinked.  See screenshot.
    Nancy O.

  • How to load dynamic data from the DB...and the answer is not JSP!!!

    The information to be shown on the page has to be loaded dynamically from the database. As opposed to creating in static jsp pages, the fields and their attributes (name, label, etc.) are stored in the database tables, mag_registration_form_header and mag_registration_form_fields.
    So somehow i have to be able to display all the fields and there data on a JSP. The motive behind this is that there will be something like a common template which many modules can use and there will be a single jsp file which will display the contents as per the event...
    The template will be prepared in the java end..
    This has to be done using struts framework....

    AJAX (and a JSP/Servlet that delivers the info the AJAX call requests).
    Edit: If you're talking about changing info already appearing on a loaded page.
    And how is the answer not JSP, when you yourself said you would use JSP to display it.
    I don't believe you know enough about any of this to even be starting on this "project".

  • Synchronize dynamic data from Oracle to TT

    Hi gurus,
    First, I admit it is an imperfect use of TT the way I'm about to describe, but I wonder whether anyone has run into a similar situation before and come up with some magical resolutions.
    Assume I have a table myoratab in Oracle DB, some rows inside this table are to be "cached in". Due to the huge size of myoratab, we cannot simply use incremental autorefresh to cache the relevant data into TT. Transparent load helps. But since "refresh" is not supported for Transparent load on user-managed cache group, data update in myoratab is not reflected in TT once the row is loaded in.
    I hope you see the dilemma here. Does anyone has a way to bring the best of the two Worlds together?
    Thanks in advance.
    Andy

    For now, the application could execute a REFRESH CACHE GROUP xxxxx WITH ID (......) or REFRESH CACHE GROUP xxxxx WHERE .... statement to refresh rows if it knows they have changed. This is far from a perfect solution.
    The next major release of TimesTen, 11gR2, which is about to enter Beta does support AUTOREFRESH on dynamically loaded rows and so will solve your problem in a much more elegant way.
    Chris

  • Print multiple pages with dynamic data from same movieclip

    Hi @ all,
    like much of us i have a problem with printjob.
    I have a printjob routine, that starts a new job, then
    handles the following in a loop for printing multiple pages:
    1. update content for every page in a sprite. every loop it's
    the same sprite. the sprite is visible on stage
    2. addPage to Printjob
    after that sends the printjob to the printer
    Now the Problem:
    On Windows it runs perfectly. On Mac only the last page was
    printed. the other pages before are empty (white).
    Has anyone a idea?
    Thanks for answeres.
    Her's my code. As you can see i try to print a table on
    multiple pages. In every loop i only show the rows for the actually
    printing page:

    the printview function only updates the content in the sprite
    that will be printet on every page.
    it generates the rows of a table that will be printed on the
    actual page and return if all rows are printed (true or false)
    this is a very slim function. there is no time overflow or
    sth. like this.

  • Can we move archive data from Filenet to another tool

    Hi Guru's,
    we are currently archiving data from SAP to archive location in Filenet , now we are planning to move archive data to onther tool , please suggest below  thing are possible:-
    1) Keep filenet and add another tool also    
    2) Move all a from filenet to another tools and then start rest of archiving to new tool.
    Regards,
    Jeetendra

    Hello,
    I have done this process when we moved our archived data from IBM Commonstore to IXOS/OpenText as well as when we moved all of our archived images in OpenText that were stored in a jukebox and we moved them to a WORM/Hard Disk Storage (still Open Text).  But, in both cases, we were provided the necessary conversion programs from the relevant vendor (in this case Open Text).
    This process is complex and involves correctly updating mulitple internal SAP tables as well as the database entries in the new storage providor. 
    My recommendation is to work with the 3rd party solution partner where the data is going to be moved to and get the appropriate conversion programs from them.
    Best Regards,
    Karin Tillotson

  • How to plot VS time after transforming data from Dynamic to array ?

    Hi ! 
    I am currently using a DAQ Assistant to get dynamic data from 2 channels input.
    With a splitting VI, I substract one to the other and plot them ( Graphic named 1 )
    Then I use a VI which transform the Dynamic result of the soustraction into an array, in order to calculate its mean.
    After that step, when I turn my script ON, I am well capable to observe dynamically my mean evolve from an indicator
    BUT
    I can not observe it plotted VS time as I would like.
    In other words, from the dynamic data I have value VS time, I get the mean of it over time, and I would like to be able to plot it back VS time, with the previous mean points plotted.
    All I can get now is a single point moving up and down, because it is lacking time data.
    I attached to this post a simple represenation of my issue, I hope I provide enough information.
    I just would like to be able to plot like the window on the left, and not having the one on the right ...
    Thank you !

    Hi ! 
    Thank you for your quick answer.
    I see what you mean, it makes sense.
    But how will I be able to plot the mean VS time if now I have all my data splited into arrays ? 
    I am not sure I talk clearly ... In other ords how will I rebind that mean and Time into one wire to send it into graph VI ?

  • Best way to remove old data from db?

    Hi,
    I am looking some ways to keep my database small and remove old data from database and archive it somewhere else. the data may need to be put back to the database in the future. One of the things I am conserned is how to enforce constraints? In other words, when I remove data, all the related pk/fk data should be removed together. Any suggestions will be greatly appreciated.
    Thanks

    hope this may help u
    concept is : exp/imp & truncate will reclaim the space
    method1
    do an export and secure the dump(say dump1) for future purpose.
    delete the unwanted data.
    commit.
    now again export the tables ( say dump2).
    now do the import(dump2).
    /*now this import will reclaim the the unused space.*/
    method 2
    /* depennded on volume of data */
    -- create backup of existing table for future
    create table backup_table nologging as select * from original_table;
    -- create copy1 of existing table
    create table copy_table nologging as select * from original_table;
    -- truncate the original table, so that highwater mark is reset.
    truncate table original_table;
    -- insert data from copy_table into original table
    insert /*+ APPEND */ into original_table select * copy_table where(ur conditions for data);
    commit all the work.
    /* now u have 3 tables
    backup_table - with all the data - for future reload
    original_table - with unwanted data deleted and space reclaimed.
    copy_table - copy of original table.
    now u drop the copy_table
    drop table copy_table;
    regards

  • Adobe LiveCycle Designer query data from MII 12.0 via Webservice

    Hi folks,
    at the moment I'm "learning" how to create interactive forms with the Adobe LiveCycle Designer. I hope anyone already did something like that too and can help me a bit?!
    Creating forms with XML data in the background etc. is not that problem. Also using little schemas to provide data to a dropdown list - I fand that no trouble. But now I want to request some dynamic data from an external data provider.
    I have a nice book from SAP Press laying next to me that tells me how to create a webservice based on a BAPI in SAP and how that webservice delivers some table data. But before I try to get data out of SAP, I would like to retrieve data by using MII (12.0 at first). I already built a transaction that creates some XML and imported the WSDLGen as a new data connection in Adobe LC Designer. No problem so far. I can execute it and I get some data back. But the XML that comes back is not formatted as table data as expected from Adobe LC so I can't build a table from it. I only receive the first dataset - every value as a single value, not as a table or row.
    So does anyone know how to format the XML result in MII or how to combine it with a schema so that Adobe LC Designer is able to interprete it as table data? In the SAP example in the book the received data from the data connection of the webservice is shown as table data (a litte table icon) and my data from MII is shown as single values...
    Thanks
    Anika
    Edited by: Anika Delzeit on Feb 3, 2010 12:21 PM

    It sounds like you need use the adobe schema in MII so the output of your transaction matches it.
    Regards,
    Jamie

  • Getting data from CURSOR

    Hello everbody,
    I am having a quite funny problem with cursor. I need to get dynamic data from CURSOR.
    Example of calling my cursor is:
    FOR v_item IN c_item(ExampleXML) LOOP
    SELECT TEST_SEQ.nextval INTO pRecord(rLevel).ID;
    pRecord(rLevel).PARENTID   := v_item.PARENTID;
    pRecord(rLevel).CHILDID      := v_item.CHILDID;
    END LOOP;
    With this cursor I am able to get CHILDID and PARENTID from XML file and dynamic ID from sequence. Result set should looks like this:
    ID PARENTID CHILDID
    *1 22 31*
    *2 22 32*
    *3 32 33*
    *4 32 43*
    I have no option to save this data however.
    Is there any way that I can query or use this temporary data from cursor to get something like:
    *SELECT ID from [result set above] WHERE CHILDID = PARENTID*
    So, besicaly, I need to select ID for CHILDID, but where PARENTID is same as CHILIDID.
    Any idea?

    OK, then why not directly :
    INSERT INTO your_target_table (id, childid)
    SELECT test_seq.nextval
         , xtab.CHILDID
    FROM XMLTable(
           XMLNAMESPACES(DEFAULT '...')
         , 'for $item in $Prod//Item
            let $parent_item := $item/../..
            return
            <output>
              <childid>{$item/ItemID}</childid>
              <parentid>{$parent_item/ItemID}</parentid>
            </output>'
          PASSING XMLColumn AS "Prod"
          COLUMNS
            PARENTID VARCHAR2(4000) PATH 'parentid',
            CHILDID  VARCHAR2(4000) PATH 'childid'
         ) xtab
    WHERE xtab.PARENTID = xtab.CHILDID
    ; or even this, with the predicate pushed into the XQuery itself :
    INSERT INTO your_target_table (id, childid)
    SELECT test_seq.nextval
         , xtab.CHILDID
    FROM XMLTable(
           XMLNAMESPACES(DEFAULT '...')
         , 'for $item in $Prod//Item
            let $parent_item := $item/../..
            where $item/ItemID = $parent_item/ItemID
            return
            <output>
              <childid>{$item/ItemID}</childid>
            </output>'
          PASSING XMLColumn AS "Prod"
          COLUMNS
            CHILDID  VARCHAR2(4000) PATH 'childid'
         ) xtab
    ;

  • Passing of data from different Oracle Clients

    Hi
    I have old database with Oracle 7i as its client. In this database(GPS system dbase)
    I need 3 columns in TABLE_A with almost 50 millions of data.
    TABLE_A
    dates_in DATE
    user VARCHAR2(20)
    status VARCHAR2(20)
    The database structure for 7i acts as a read only database because were not allow to run any objects there. My objective is that I need to get dynamic data from TABLE_A (updated when there is user that log in the system ) as fast as possible. Ive tried some set up below.
    1) I created trigger upon insert in TABLE_A and pass all the data thru dblink to Oracle 8i then to 9i. --Best possible solutions but were not allowed to do this since were not allow to run any objects in Oracle 7i(GPS database).
    2) I created view in 8i data coming from TABLE_A thru dblink. Then I created a procedure populating the table in 8i and then jobs that run this procedure every 20seconds. --very slow eventhough I've created index
    Any idea from all of you masters??

    I need to get the data from TABLE_A in Oracle 7i (GPS database). This data will be used to plot the current position and status of user in GIS map with Oracle 9i client. I need to get the newly inserted data in the TABLE_A(approx 50 records/min is inserted on this regularly)

  • Moving time-dependant data from one table to another (archiving)

    Hello all
    I would like to know if there's an easier solution or a "best practice" to move data from one table to another. The context of this issue can be found within "archiving".
    More concretely: we have an application that uses several tables to log information to.
    These tables are growing like crazy, and we would like to keep only "relevant" data in those tables, so I was thinking about moving data from these tables that have been in there for, say 2 months, to "archiving" tables.
    I figured there must be some kind of "best practice" to get this done.
    I have already written a procedure that loops the table that has the time indicator and inserts the records from the normal tables into the archive tables (and afterwards delete this data), but it seems to be taking ages to get it done.
    Thanks in advance!
    Message was edited by:
    timschraepen

    There is nothing to do with PL/SQL.
    You can refer below links:
    http://www.lc.leidenuniv.nl/awcourse/oracle/server.920/a96524/c12parti.htm
    http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10739/partiti.htm#i1006727

Maybe you are looking for

  • HELP Crashes WHen Rendering at 9.93%, Need ugent help please

    Hello, I have been using Premiere pro CS3 on my desktop for a while with no problems. Today, I had problems with it crashing etc... I somehow finished the project, and I set it to render the movie. at 9.93 it crashes and vista tells me this informati

  • Why does the correct return address not show up on outgoing messages?

    Hello, Specs: Windows NT iPlanet Messaging Server 5.1 iPlanet Directory Server 4.13 One user recently went through an account change (spam reasons). old uid: bob old email: [email protected] new uid: bsmith new email: [email protected] The problem is

  • IDoc Meta Data Problem

    Hello i am getting the following error not clear of what might be the cause. <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> - <!--  Call Adapter   --> - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlso

  • Use Chromium OS text-to-speech voices with Chromium browser

    ...and he's at it again! TL;DR chromium-ext-chromiumos-tts-git - all TTS voices from Chromium OS for use with Chromium desktop browser. Install as unpacked extension (no more auto-install, sorry, damn you Google!) So you've heard about the text-to-sp

  • Guest Wireless - procedures for support ??

    Hi We are just on the cusp of deploying Guest wireless for external non-employee visitors to our organisation, using WLC's and the lobby admin functionality. However the issue of support procedures for these guest devices is sticking. Our Desktop sup