Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

listing records in columns


This topic is 7084 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I would like to be able to format my results pages so that the first 30 found records will appear in one column and the second 30 (if any appear in the second column. I will max my results to 60 so that only 2 columns are requried...

Any help is appreciated

Thanks

Posted

You can set your "Layout setup" to print in multiple columns, and hove the option of printing "across then down", or "down the columns"

Posted

Hal asked his question in the XSLT forum, so probably he is looking for a CWP solution ... and Mark's answer will not help here.

I see three possible "Ansätze":

1) You have the XML result tree, but if there are more than 30 records, are willing to neglect it and to reload it in two chunks. Depends on the size of your XML tree if you can do that. That's the cheapest in terms of programming and can be done in one page, but is not very efficient.

2) = variant of 1) You neglect in the first instance to determine the full XML result tree, but just get the number of records that would be returned. Then you get the results in one (<=30) or two chunks (>30). Can be done in one or two pages.

3) You have the XML result tree, but are not willing to neglect it. Difficult, because there are no numbered loops in XSLT and you have to resort to recursive template calls to achieve something like numbered loops (also in two junks). Most complicated, can be done in one page.

You will see later different implementations - GTG now.

This topic is 7084 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.