Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试根据按子摘要排序的记录在 Filemaker 中创建目录。这是可行的吗?谢谢
当然,只要您有一个与 TOC 标题对应的字段“title”和一个与页码对应的字段“pageNumber”。
创建一个名为“startPageNumber”的汇总字段,等于 pageNumber 的最小值。现在创建一个按“title”分组的子摘要,然后按“startPageNumber”排序(您需要选中“按摘要排序”框)。