May 15, 200322 yr Anybody know if it's possable to calculate the total, of a number of fields within a web-search results table? Thanks BW
May 15, 200322 yr Calculating the total number of fields: Are you using IWP? If so, each displayed record should display the number of fields on your db layout. Are you using CWP? If so, each displayed record should display the number of fields which you have designated in your format file. Since your results.htm displays a table, if you need to calculate a total based on the number of found records it would be something like currentfoundcount (a varaible) x #fieldsperrecord (a set number).
Create an account or sign in to comment