xtrim Posted July 26, 2005 Posted July 26, 2005 Hi I have a web page with a simple table that shows data from FMP6 database (inlineAction table). I need to summarize each column and display the result in the buttom of the table....thats all.... can some one please post an example code of how do I do that in JS or XML...
beverly Posted July 28, 2005 Posted July 28, 2005 Check the fmi site for example XSLT, http://www.filemaker.com/products/technologies/xslt_library.html As you "loop" through the records you'll add the amounts to variable for each of the columns you want summarized. Even subtotals with grouping!
xtrim Posted July 29, 2005 Author Posted July 29, 2005 Tnakns Beverly, But how can I use xslt with an inline action ?
beverly Posted August 4, 2005 Posted August 4, 2005 What are you doing in your inline action? Did you check out the grouping example?
Recommended Posts
This topic is 7049 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