Hi,
1.
2. Auto Group & Summarize is enabled by default, which will summarize your data. A distinct is based on the row. If you only include Branch, Key, KeyCount in your data container, you should automatically g...
1.
Code: [Select]
count([Key] for [StaffNo])
2. Auto Group & Summarize is enabled by default, which will summarize your data. A distinct is based on the row. If you only include Branch, Key, KeyCount in your data container, you should automatically g...