I had removed ALL instances of KPI("3_days_") KPI("1_to_days_") and KPI("0_days_") from the view...but they still show up as if they exist in my Vendor LINK Scorecard table.
name: Vendor LINK Scorecard
options:
density: compact
resizeMode: expand
allowDataExport: true
dataSources:
- id: 8e94d967-cd94-40a2-b167-34a913ae69fa
pql: TABLE("contract_item_link"."LINKHDR - Vendor Org",
PU_LAST("contract_item_link",LTRIM("contract_item_load"."YYSUPNR",'0'),
ORDER BY "contract_item_load"."YYSUPNR"),
PU_LAST("contract_item_link","contract_item_load"."NAME1", ORDER
BY "contract_item_load"."YYSUPNR"),
KPI("contract_item_score_link"), KPI("3_days"), KPI("3_days_"),
KPI("1_to_2_days"), KPI("1_to_2_days_"), KPI("0_days"),
KPI("0_days_"));