如何从非关系 FileMaker Pro 数据库获取不同值
我有一个 FileMaker Pro 数据库,该数据库是由另一个人在几年前创建时创建的,它不是关系型的。它有许多联系人,每个联系人都被分配到一个组。我想从该数据库中获取这些组的不同列表。 开始
所以如果我从第一组 第1组 第2组 第3组 第7组 第 3 组
我最终只会得到第 1、2、3 和 7 组一次
,然后我可以将它们导入新数据库以使其具有关系,这样一个联系人可以属于多个组,
但我似乎无法弄清楚了解如何获取该列表。如果有人可以提供帮助,我将不胜感激。
I have a FileMaker Pro database the was create by another person when the created it years ago it was not relational. It has many contacts and each contact is assigned to a single group. I want to get a distict list of those groups from that database. So if I started with say
group 1
group 1
group 2
group 3
group 7
group 3
I would end up with just groups 1,2,3,and 7 once each
than I can import them into the new database to make it relational so one contact can belong to more than one group
but I can't seem to figure out how to get that list. If someone could help I would appreciate it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
按组排序,然后导出到制表符分隔的文件中,并在导出对话框中检查组字段的“分组依据”标志。生成的文件将仅包含不同的组。
Sort by group, then export into, say, tab-separated file, and in the export dialog check the "group by" flag for the group field. The resulting file will have only distinct groups.