New User--Tbl 1 row print on change Tbl2 row print always

I am trying to generate a report from the test director database. The report structure is:
Table 1 has 2 columns (description for table 2) and table 2 has 3 columns. I want table 2 data to print always but only want table 1 data to print when it changes. I am able to get a lot of different results but not the one I am looking for. I am just not sure how to structure the tags around the elements to get the print I need.

ROWSET>
- <ROW>
<CF_ITEM_PATH>AAAABAAAD</CF_ITEM_PATH>
<CF_ITEM_NAME>Database Batch Export from Files - 8625224</CF_ITEM_NAME>
<TC_TEST_ORDER>1</TC_TEST_ORDER>
<TC_TEST_ID>2191</TC_TEST_ID>
<TS_NAME>JDE Standards for new features</TS_NAME>
<DS_STEP_NAME>Step 1</DS_STEP_NAME>
<DS_STEP_ORDER>1</DS_STEP_ORDER>
<CY_CYCLE>Database Batch Export From Files - 8625224</CY_CYCLE>
<CF_NO_OF_SONS>0</CF_NO_OF_SONS>
<CYCLE_NAME />
<CY_FOLDER_ID>327</CY_FOLDER_ID>
<HDR1>AAAABAAAD--Database Batch Export from Files - 8625224</HDR1>
<HDR2>AAAABAAAD Database Batch Export from Files - 8625224</HDR2>
<DS_DESCRIPTION><html><body>Review Program Helps for P00DBDLP.</body></html></DS_DESCRIPTION>
<DS_EXPECTED><html><body>Ensure program helps are useful and accurate.</body></html></DS_EXPECTED>
<TS_DESCRIPTION><html><body>Objective:
Ensure JDE standards are followed.
Pre-requisite:
None
Internal:
None
.</body></html></TS_DESCRIPTION>
</ROW>
- <ROW>
<CF_ITEM_PATH>AAAABAAAD</CF_ITEM_PATH>
<CF_ITEM_NAME>Database Batch Export from Files - 8625224</CF_ITEM_NAME>
<TC_TEST_ORDER>1</TC_TEST_ORDER>
<TC_TEST_ID>2191</TC_TEST_ID>
<TS_NAME>JDE Standards for new features</TS_NAME>
<DS_STEP_NAME>Step 2</DS_STEP_NAME>
<DS_STEP_ORDER>2</DS_STEP_ORDER>
<CY_CYCLE>Database Batch Export From Files - 8625224</CY_CYCLE>
<CF_NO_OF_SONS>0</CF_NO_OF_SONS>
<CYCLE_NAME />
<CY_FOLDER_ID>327</CY_FOLDER_ID>
<HDR1>AAAABAAAD--Database Batch Export from Files - 8625224</HDR1>
<HDR2>AAAABAAAD Database Batch Export from Files - 8625224</HDR2>
<DS_DESCRIPTION><html><body>Review Program Helps for P82100.</body></html></DS_DESCRIPTION>
<DS_EXPECTED><html><body>Ensure information about the new option is included in the helps.</body></html></DS_EXPECTED>
<TS_DESCRIPTION><html><body>Objective:
Ensure JDE standards are followed.
Pre-requisite:
None
Internal:
None
.</body></html></TS_DESCRIPTION>
</ROW>
- <ROW>
<CF_ITEM_PATH>AAAABAAAD</CF_ITEM_PATH>
<CF_ITEM_NAME>Database Batch Export from Files - 8625224</CF_ITEM_NAME>
<TC_TEST_ORDER>2</TC_TEST_ORDER>
<TC_TEST_ID>2202</TC_TEST_ID>
<TS_NAME>Verify Security Functionality</TS_NAME>
<DS_STEP_NAME>Step 1</DS_STEP_NAME>
<DS_STEP_ORDER>0</DS_STEP_ORDER>
<CY_CYCLE>Database Batch Export From Files - 8625224</CY_CYCLE>
<CF_NO_OF_SONS>0</CF_NO_OF_SONS>
<CYCLE_NAME />
<CY_FOLDER_ID>327</CY_FOLDER_ID>
<HDR1>AAAABAAAD--Database Batch Export from Files - 8625224</HDR1>
<HDR2>AAAABAAAD Database Batch Export from Files - 8625224</HDR2>
<DS_DESCRIPTION><html><body><u>WW User Exclusive</u>
Testing the User Exclusive field values requires 2 separate user profiles. For ease of test, sign on to different sessions. With User Profile A (session 1) access the World Writer menu (G82). Select any menu option. Create a WW version. Set the User Exclusive field on the Addtional Parameters to 0. Using User Profile B (session 2) select the version created with User Profile A and type 8 in the option column.</body></html></DS_DESCRIPTION>
<DS_EXPECTED><html><body>The V00DBDLP window will display. When User Exclusive = 0 then users other than the creator have all access to the version. Anyone can design, change detail values, check in, check out, install, transfer, copy, delete, or run the version.</body></html></DS_EXPECTED>
<TS_DESCRIPTION><html><body>Objective:
Test the available security features to ensure they respond as expected.
Pre-requisite:
Knowledge of the World Writer tool is required.
Internal:
None
.</body></html></TS_DESCRIPTION>
</ROW>
- <ROW>
<CF_ITEM_PATH>AAAABAAAD</CF_ITEM_PATH>
<CF_ITEM_NAME>Database Batch Export from Files - 8625224</CF_ITEM_NAME>
<TC_TEST_ORDER>2</TC_TEST_ORDER>
<TC_TEST_ID>2202</TC_TEST_ID>
<TS_NAME>Verify Security Functionality</TS_NAME>
<DS_STEP_NAME>Step 2</DS_STEP_NAME>
<DS_STEP_ORDER>1</DS_STEP_ORDER>
<CY_CYCLE>Database Batch Export From Files - 8625224</CY_CYCLE>
<CF_NO_OF_SONS>0</CF_NO_OF_SONS>
<CYCLE_NAME />
<CY_FOLDER_ID>327</CY_FOLDER_ID>
<HDR1>AAAABAAAD--Database Batch Export from Files - 8625224</HDR1>
<HDR2>AAAABAAAD Database Batch Export from Files - 8625224</HDR2>
<DS_DESCRIPTION><html><body>Return to session 1 User Profile A and create another version or change the version from step 1. Set the User Exclusive field on the Addtional Parameters to 1. Using User Profile B (session 2) select the version created with User Profile A and type 8 in the option column.</body></html></DS_DESCRIPTION>
<DS_EXPECTED><html><body>The V00DBDLP window will display. When User Exclusive = 1 then users other than the creator have Medium security. Only the &quot;Last Modified By&quot; user can design, change detail values, check in, check out, or delete the version. Anyone can install, copy, transfer, or run the version.</body></html></DS_EXPECTED>
<TS_DESCRIPTION><html><body>Objective:
Test the available security features to ensure they respond as expected.
Pre-requisite:
Knowledge of the World Writer tool is required.
Internal:
None
.</body></html></TS_DESCRIPTION>
</ROW>
</ROWSET>
the above is just a subset of the xml.
As for the .rtf. Not sure how to attach here. But table 1 contains TS_NAME and TS_DESCRIPTION which should only print when it changes and table to contains
DS_STEP_NAME, DS_DESCRIPTION and DS_EXPECTED.
I have put one tag at the beginning of table 1 TS_NAME Which looks like
<?choose:?> <?when:DS_STEP_ORDER=1?> <?otherwise?> <?for-each:ROW?>
the end tag is at the end of table 2 DS_EXPECTED which looks like
<?end for-each?> <?end for-each?>
....

Similar Messages

  • HT5661 I have installed IOS7. My iphone wants a password for an old account which I had updated to a new account. I do not remember the old password. How can I change my userid on my iphone to my new user id?

    I have installed iOS7 on my iphone. The phone for some reason has my old user id which I have forgotten the password for.
    My other i products are all under my new user id.
    How can I change my user id on my iphone 4s?

    Change you account in
    Settings >> Messages
    Settings >> FaceTime
    Settings >> iTunes &amp; AppStore

  • Unable to create new user on Win 8.1

    I have a new laptop running Win 8.1 pro. Using my 'main' account everything is good and the laptop is connected to the internet.
    I try to create a new user for my daughter by selecting "change pc settings" from the charms bar, then new account. I enter the email address for my daughter's existing microsoft account - one that works fine when used to login on a different win8.1
    laptop.
    When I try to login on the new laptop using the new account I get the message "The user profile service failed the sign-in" On checking the event log I can see the following sequence of warnings / errors:
    *Windows cannot copy file \\?\C:\Users\Default\AppData\Local\Microsoft\VSCommon\12.0\SQM\sqmdata-7204-039-00000.sqm to location \\?\C:\Users\georg_000\AppData\Local\Microsoft\VSCommon\12.0\SQM\sqmdata-7204-039-00000.sqm. This error may be caused by network
    problems or insufficient security rights. 
     DETAIL - Access is denied.*
    *Windows cannot find the local profile and is logging you on with a temporary profile. Changes you make to this profile will be lost when you log off.*
    *The winlogon notification subscriber <Profiles> failed a critical notification event.*
    *Windows cannot log you on because your profile cannot be loaded. Check that you are connected to the network, and that your network is functioning correctly.* 
     *DETAIL - Only part of a ReadProcessMemory or WriteProcessMemory request was completed.*
    Could anyone please suggest what I can do to fix?

    I shall suggest you to go through a System Restore.
    Select any restore point when there was no such issue.
    S.Sengupta, Windows Entertainment and Connected Home MVP

  • Copy queries from old user id to new user id

    Hello,
    We have a new userid standard.  One of our power users has quite a few queries created as discovered using table RSRREPDIR.
    Her new id copied all her favorities from old id to new.
    However, she cannot change the old ones since they are under her old id.  The only way is to save as to her new id and modify.
    For most users, this is not a problem but this particular user has several hundred queries.
    Is there a tcode that will mass copy the queries  and replace her old id with her new id?
    Also - on her old id she had created several folders where she had all her different queries.  WHen her new user id was activated, her old one was deleted.  We reactivated it but I believe the folders may have been deleted in the process.  I am not sure if they are stored anywhere?
    Thanks for any help you can provide.
    Lynda

    Hi Lynda,
    You can achieve this by changing the reporting authorisation of that particular user as to the new user id should be able to change the queries made by the old id.
    Check for the authorization object for that user and make the necessary changes
    Hope this helps,
    Cheers,
    Jayashree

  • Visual Adminstrator: can not create new users

    Hi,
    I've got a problem with my "Sneak Preview SAP NetWeaver 04 - Full Java Edition with Web AS Java 6.40, MaxDB, and Developer Studio" (NW04 SP15) installation. Whenever I start the visual administrator I can not create a new user. All buttons excepting the Refresh Button are disabled.
    If I use the web (http://..../useradmin) I can create new users.
    Now I want to change Security Policies in the Visual Administrator. But the problem is the same.
    Does anyone know any solution?
    Best Regards,
    tobi

    Hi Tobias,
    In VA => Security Provider there is a change button ("pencil") in the top of the right frame. You should enable other buttons by clicking this one.
    Regards,
    Mike

  • Random pitch change of Virus TI since opening Logic 8 in new user account?

    Earlier I set up a new user account and opened Logic 8, it said it needed to scan for.. I think plugins. Ive since opened Logic in my regular user account, and all the Logic channels using the Virus have a weird pitch change. Ive moved the notes around and cant find the right ones so its def pitch.
    Can anyone help me resolve this problem?

    Hey Mike,
    I was a cLab / Notator user back in the day. On Atari,. Then on Windows. Then when Apple bought them out, I cross graded to a G4 (about 10 years ago) - developed 3 musicals, fully scored notation, etc. The G4 Died, so I invested in a shiny new MacPro tower last year.  Am on Logic Pro 9.x.x (whatever the most current version of 9 is)
    Was on Snow Leopard,  Now upgraded to LION.
    Got a request for one of my old pieces and went to load it for print... I got the:
    "The format of this file is not compatible with this Logic Pro version.  Please load first into Logic Pro version 7.2.1 or earlier"
    I started trying to open other files and the older ones don't even give an error, they just fail without message. Some that I opened (when I suspect I was at 7.0) open fine.  Some give the message above.
    I did not keep my older versions of Logic around. Didn't see the point, nor would I have imagined Apple making this product NOT be backwardly compatible.  The music industry is dredged in use and reuse of old material, and this is extremely ignorant of the Logic Pro team to do.
    I really can't uninstall LION at this point, either.
    I have probably 50 files that fall into the "can't get there from here" category now.
    Thoughts / Solutions?
    Aaron

  • HT201240 This process does not appear to work for me.  I'm running 10.8.3.  I created a new user for a guest staying with me.  They have gone now and I am attempting to either change the password or delete the user.  It won't allow me to choose the user I

    This process does not appear to work for me.  I'm running 10.8.3.  I created a new user for a guest staying with me.  They have gone now and I am attempting to either change the password or delete the user.  It won't allow me to choose the user I created.  I am logged in as myself and it states that I am an "Admin".  The user I'm attempting to change is listed as a "standard" user and there is a white checkmark inside an orange circular background on the user pic in the list of users. 
    Can someone help me?  I am having a hard time believing that OSx will allow me to create users and allow them use of my computer and it's drives, yet it will not allow me to change the password so I can monitor what they might have been doing while logged on?  What if this were my child?  This guest left under sketchy circumstances, and I'd really like to be able to ensure they were not using my computer to do illegal things or to have illegal communications.
    Any help would be appreciated.  (It's odd that it was so simple to "create" a user and set a password for them.......but it's complicated or a little known process to reverse.
    Thanks.

    Here are two screen shots to show you what I am seeing.  The first screen shot shows it allowing me to select (highlighted in blue) my admin user (which is what I am locced in as).  The second screen shot shows it allowing me to select the "Guest" user (highlighted in blue).  However when I click on the user "Orion" nothing happens.  It will not change to highlight that user.

  • How can i add a new user and change user'password with javamail?

    how can i add a new user and change user'password from a mailserver with javamail?
    email:[email protected]

    Well user creation and updation is a system property..U need to go through that part...as it depends on the system you are hosting pout your application...
    if it is linux...u have to use some shell programming\
    bye for now let me know if this guides you or if you need some more stuff.
    bye

  • How do I go about setting up my new wireless all-in-one Epson XP-215 printer to my MacBook Pro? The system is not automatically detecting the printer ad the furthest I get is "System" keychain user and pswd but I am a new user to Mac.

    I am a new user to Mac and trying to set up an Epson XP-215 All-in-One printer without any success. The Mac Book Pro is not recogising the Printer automatically and when following the instructions to add the printer, it gets as far as a display box for teh user and password for "System" Keychain but I am not sure what info to add there...
    The printer is meant to have a function calle dAir Print also that is meant to be used for Mac but I cannot figure out any of this! Why would the MacBook Pro not automatically pic up the printer? Please help...

    If you have not already done so, you should read the user manual that came w/the printer and/or contact Epson tech support. 
    Check out the following KB Articles: 
    http://support.apple.com/kb/PH14141 OS X Mavericks: Reset the printing system 
    http://support.apple.com/kb/HT3669 Printer and scanner software available for download 
    Also check out What to do when you can't print 

  • Change of user name = new user?

    i 'accidently' changed my username on the left-side of the finder box. but afther restarting, i think it made a new user: i lost all of my settings, my language preferences, my mail-accounts, etc...
    i managed somehow to reset it, but i think i have a lot of double folders now and in a different language (e.g.: the 'library' folder appears under 'macintosh hd', under my username and once under the system folder...
    is it normal? should/could i merge it?

    Hi,
    but i think i have a lot of double folders now and in a different language (e.g.: the 'library' folder appears under 'macintosh hd', under my username and once under the system folder... is it normal?
    I'm not sure what you mean by it being in a different language, but yes it is normal for there to be Library folder in those 3 different locations, so do not merge them.
    /System/Library/ - is used by the operating system
    /Library/ - is for items that apply to all user accounts on your system
    /Users/YourUsername/Library/ - applies just to your account

  • When I open iTunes, I get a message that "iTunes has stopped working".  I've tried reinstalling itunes, creating a new user file, changing the startup programs, and am having no success in getting iTunes to stay open. Any "fixes" for this problem?

    When I open ITunes, I get a message that "iTunes has stopped working".  I have tried reinstalling iTunes, creating a new user file, changing the startup programs in accordance with articles in iTunes troubleshooting, but am having no success in getting iTunes to stay open.  Any fixes for this problem?

     

  • How to change the theme in the default profile so new users get a different theme

    How can I change the theme (background picture, etc) for the default profile, so that when new users log in and get a new profile created, they get a different theme than the one they currently receive?

    Hi,
    If you want to get a different theme for new users, based on my understanding, it’s not easy, we can load the specific theme for all user because we can control OS to load this specific theme file.
    The default location of theme file is:
    C:\Windows\Resources\Themes
    To configure OS load different theme for different user, I think this cannot be controlled by a registry key. It’s complicated to make OS choose different theme pack for different user, even more, the theme pack files are limited.
    Here is some different but similar discussion about changing theme programmatically:
    How do I change the current Windows theme programatically?
    http://stackoverflow.com/questions/546818/how-do-i-change-the-current-windows-theme-programatically
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    If you have any feedback on our support, please click
    here
    Alex Zhao
    TechNet Community Support

  • New User Account and Changing Permissions?

    Yesterday I opened a new user account for each of my kids. I moved and/or imported all their stuff to their respective accounts and all seems fine. Except for one folder... The most important one (of course ;o). It has a big red circle saying "..you don't have access".
    This work was done while he was still using my account. So I have since brought it back to my desktop and all is fine. Am I correct in assuming I need to change permissions on this before he can access his folder on his account? If so.. I've never done this before. Can somebody please be good enough to walk me through this? I can not lose this file. There are no copies anywhere else. Please help!

    There are no copies anywhere else.
    This would be good time to make one, before you do anything else!
    I have since brought it back to my desktop and all is fine. Am I correct in assuming I need to change permissions on this before he can access his folder on his account?
    Rather than trying to change any permissions, my suggestion would be:
    1) Log into your own account and move the folder from your Desktop to your Public folder.
    2) Log into your son's new account, navigate to the Public folder back on your account
    HD>Users>yourname>Public
    and drag the folder from there onto the current (your son's) Desktop.
    This will COPY the folder into the new account rather than move it, and in doing so will correct all the permissions automatically. If the folder is very large, make sure you have enough free disk space for this copy. You can later delete the original from your own Public folder if you wish.

  • Recently bought new printer. All works fine with one OSX user. However, cannot print anything on other OSX user, including cannot print Adobe PDFs or to new printer. Puzzling!

    computer = Mac PowerPC G5
    OS = 10.4.11
    Adobe Acrobat 7
    HP laserjet M1212nf
    I recently bought a new HP printer. I was on an admin user when I installed it. All works fine with this admin account/user. I can print to the HP, print to Adobe PDFs.
    However, when I then go over to another user account, I cannot print *anything*. I cannot print to Adobe PDF, cannot print to the new HP. If I try to print an excel file, it says "cannot communicate with the printer" along with some useless suggestions. If I try to print a page on FireFox, nothing happens. That is, sure I get the usual dialog box, click the appropriate choice of printer, click the number of copies, then click the OK button ... and nothing happens. No pdf process is started. Nothing is sent to the HP printer.
    The fact that both printer options are not working suggests it is some kind of OS problem, not specific to either printer "device".
    Any assistance is appreciated! Thanks!

    Hi BDAqua,
    Thanks for the suggestion. I'm a bit leery of trying that. I would think that if the driver was not installed, then none of my users could use the printer. However, both admin users can use the new printer. The list of available printers is:
    Adobe PDF 7.0
    New HP Printer
    I also used to have Old HP Printer, which I  removed. Before, Users A, B and C could use both the Adobe PDF and the Old HP printers. Then, after I added the New HP Printer, it showed up in the list of printers for all three users. However, after I added the new printer, only the two admin accounts, users A and C, can actually print anything. Both users A and C can use the Adobe PDF printer AND the New HP Printer. But I get error messages with user B, for both the Adobe PDF printer and the New HP Printer.

  • Hey,i forgot my login password,so i changed the password by using terminal command(reset password).now i have new user name with new password,but i can't find  my data which i have saved on mac.please help me out in this matter.

    hey,i forgot my login password,so i changed the password by using terminal command(reset password).now i have new user name with new password,
    but i can't find  my data which i have saved on mac.the storage is showing data used and free space on the disk
    please help me out in this matter.

    How did you change your user name?
    resetpassword wouldn't have done it. If you managed to create a new user, then your data is still in the old account.

Maybe you are looking for