Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Why a total count can't be applied to a key field ? The result is always N/A.
I have this issue in a statistics box. But it seems to be the case on graphics too.
Thanks for your help.
Gilles
Counts on key fields are problematic because the field exists in at least two tables. So which count should be returned? That can't be determined. And that's also why you should use non-key fields for counts. Btw, you'll see the same thing for sum and average for a key field in the statistics box.
Thanks for this answer Gysbert. I though qv would be able to work on agregate set of data.
Expression configuration in selection list accept the "distinct" but that doesn't help on working on key fields.
So, what could be the workaround ? How can I display the total count of a selection list regarding selection ?
Regards
Gilles
Gilles,
The workaround is to create a copy of the key field, and use it in expressions.
Regards,
Michael
Thanks for all.
Gilles