Skip to main content

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_"));

I am not sure of the what it means, but lest say in case you want to add a pql formula directly to youe views you need to put it in the following format

 

  dataSources:

    - pql:

      displayName:

      id:

 

 


Hi Abhishek.

 

Thanks for the response. I can understand why the values would be there...if I was still using those KPIs. But since I deleted all instances of KPI(3_days_") throughout the View whether they were in a table, graph, selection box, etc, I would think that YAML would have no references to KPI(3_days_"). Unfortunately, YAML still has them in this block of dataSources


Reply