Hello,
Is it possible with iqlfunction to look up issues to which an Insight Object is linked of which a certain attribute is empty?
I have
cf[15203] in iqlFunction("\"Attribute1\" IS \"EMPTY\"")
Tried but there I get
IQL in iqlFunction is not valid
As notification on.
Regards,
Marco
Hi @Marco Brundel , yes, this is possible.
However, your IQL contains an error, "EMPTY" should not be in apostrophes. Corrected:
cf[15203] in iqlFunction("\"Attribute1\" IS EMPTY")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.