You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue here is that the locus table has more than one field marked as identifier(), although one of them is in fact marked as identifier("additional") but that does not seem to matter:
The result is an error message like this:
´´table {table} has more than one field with instruction {field}. That is not supported by KioskContext, right now.")``
If have solved it for now in the query by switching to locus.arch_context but will make this a ticket since it could be solved.
urapadmin
changed the title
CQL: selecting field by a dsd instruction that is applied to more than one field
CQL: selecting field by identifier instruction although it is applied to more than one field
Oct 29, 2023
In this case I think it should be able to select the field with the primary identifier and ignore the "additional" identifier.
urapadmin
added
kiosk
a kiosk issue (not a filemaker issue)
new-issue
issue needs to be reviewed and labels and projects need to be added. Remove afterwards.
labels
Oct 29, 2023
The issue here is that the locus table has more than one field marked as identifier(), although one of them is in fact marked as identifier("additional") but that does not seem to matter:
The result is an error message like this:
´´table {table} has more than one field with instruction {field}. That is not supported by KioskContext, right now.")``
If have solved it for now in the query by switching to
locus.arch_context
but will make this a ticket since it could be solved.Originally posted by @urapadmin in #2313 (comment)
The text was updated successfully, but these errors were encountered: