April 30, 200322 yr i'm wanting to count the number of rows in a portal for a line item type invoice. we only have one "product", so each line of the portal needs to be mulitplied by the number of rows in the portal. any ideas? mucho appreciado. josh
April 30, 200322 yr Hi Josh, The function: Count(lineitems::invoiceID) will return the number of line items for the current invoice, and can be incorporated into a compound expression to return the kind of calculated result you are looking for.
April 30, 200322 yr Author cobaltsky- i knew it was simple. i needed a nudge in the right direction. thanks.
Create an account or sign in to comment