Description:
Some of combo box cannot be used in the query filter on the Web Intelligence document. This document explains the condition behind using the combo box.
Solution:
When you trying to run a query for which the query filter has the "Assignee Combo name", the message below appears.
Detabase Error: [DataDirect][OpenAccess ODBC]AHD12002: \bh fetch_response
G[QueryHandler ServiceDesk-1106710048-37:AHD03053:Where ...assignee.combo_name. (Error: WIS 10901)
This behavior is not a bug but design. However, we understand this message is inappropriate and
The Assignee Combo name is related to the below definition in the base.maj in the $NX_ROOT\bopcfg\majic.
combo_name DERIVED(last_name isnull(", " first_name " " middle_name, ""));
In a majic file, the definition has the attribute 'DERIVED', you cannot use it in a query filter.
This behavior is by design.