Getting send indicator of delivery in a query
Hello all,
I want to get the number of send in a primary delivery in a query. I have selected as target "Delivery" and in "Additional data", if I choose "dynamicIndicators/@dynamicSent", I get the following:
Label DynamicSent
[2022/03/03] Name delivery 12
[2022/03/04] Name delivery 7
What I want, it is the following
Label Sent
Name Delivery 19
I have tried choosing in "additional data", the following "[masterKpis/@sumSent]", but I get the following error:
PGS-220000 PostgreSQL error: ERROR: INSERT has more target columns than expressions LINE 1: ...INSERT INTO wkf114074112_70_1 (iMasterKpisSumSent,iId) SELEC... Can someone help me? Thanks in advance |