With Dynamic Query Mode (DQM), the message is presented due to promptName being referenced in the Filter expression, for example:
case ?dateFilter?
when 0 then (
(
[BeginingDate] <= ?endDate? AND
[EndingDate] >= ?startDate? OR
[EndingDate] is null
)
)
when 1 then ( … )
when 2 then ( … )
when 3 then ( … )
when 4 then (
(
[BeginingDate] <= cast(cast(extract(year;?startDate?);VARCHAR(4))+'-01-01';DATE) AND
(
[EndingDate] >= cast(cast(extract(year;?startDate?);VARCHAR(4))+'-12-31';DATE) OR
[EndingDate] = 2999-12-31 OR
[EndingDate] is null
)
)
)
end
[{"Product":{"code":"SSEP7J","label":"Cognos Business Intelligence"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":"Report Studio","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"10.2.1","Edition":"All Editions","Line of Business":{"code":"LOB76","label":"Data Platform"}},{"Product":{"code":"SS6G84","label":"IBM Cognos Analytics on Cloud"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":" ","Platform":[{"code":"","label":""}],"Version":"","Edition":"","Line of Business":{"code":"LOB76","label":"Data Platform"}},{"Product":{"code":"SSLKT6","label":"IBM Maximo Asset Management"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Component":" ","Platform":[{"code":"","label":""}],"Version":"","Edition":"","Line of Business":{"code":"LOB77","label":"Automation Platform"}}]
This document has the abstract of a technical article that is available to authorized users once you have logged on. Please use Log in button above to access the full document. After log in, if you do not have the right authorization for this document, there will be instructions on what to do next.