Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Created by Guest
Created on Feb 6, 2016

OR condition when implementing Information link prompts

Expected: Need to have OR condition when implementing Information link prompts

e.g. from customer

SELECT
DISTINCT R1."LEAD_AREA_ID" AS "LEADAREAID",
H2."MATERIAL_INCODE" AS "MATERIALINCODE"
FROM
"AGDIME"."RES_MATERIAL" R1,
"AGDIME"."HERB" H2
WHERE
((R1."LEAD_AREA_ID" IN ('RDA95','Q1Z36') OR H2."MATERIAL_INCODE"
IN ('QFD75'))
AND

  • Attach files