Dears,
Am not able to create a filter on level of Insight Custom field.
My status is that i have active Account. each account contain a category. Category is an object under insight, i have sub object under category named Type.
what am facing that i have an edit form that contain
1. a drop down list of active Account (Scripted field used for calculation reason)
2. a custom field of type insight related to Type (under category of insight opbject)
what i need to do is to show the type based on selected account using "Filter Issue Scope (IQL)"
thank you.
You can use IQL with other custom fields by using placeholders.
For example, if the dropDown list is customfield_xxxxx then you can write an IQL like
object HAVING inR(Account = ${customfield_xxxxx})
observe that the IQL is case sensitive and that this is just a small example. You should alter the IQL to fit your schema setup.
Cheers!
Nader
Team Riada
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.