Newbies luckyarab Posted November 2, 2005 Newbies Posted November 2, 2005 Hi, I am having a problem with some xslt that I have been working with. I have a standard invoice db. Tables: Customers Invoice LineItems Items My custom web page is listing a customer's invoices history in a portal. When I try to creates a portal on the web, I am getting some strange results. My result is a HTML table... "*****************************" "*Invoice-Date*Invoice Total-*" "*****************************" "*Date1 * -------------*" "*****************************" "*Date2 * -------------*" "*****************************" "*----------- * Total1 *" "*****************************" "*----------- * Total2 *" "*****************************" The code is as follows for the Table creation: Invoice Date Invoice Total I'm sorry that the table above is really a bad drawing but the results are that it is creating a row for each related field. Where there are 2 related records, with a date and a total. I've tried a to call the fields, and then use a for displaying the fields, but the results are the same. Does anyone have a suggestions on how I can fix this?
Newbies luckyarab Posted November 8, 2005 Author Newbies Posted November 8, 2005 Got it to work - It turns out that the error was caused by adding a related filed into the portal - it apparently breaks the related set of values and creates 2 seperate sets.
Recommended Posts
This topic is 6956 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now