July 26, 200520 yr 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...
July 28, 200520 yr 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!
August 4, 200520 yr What are you doing in your inline action? Did you check out the grouping example?
Create an account or sign in to comment