assign Dynamic 2 Values To nodes

Solved1.51K views
0

Hello,

I have 2 values (Qty & Price) Both are data source, I want to assign each one of them to different node
but the 2 fields are added to each other, I can not differentiate on each node which value to show
is that possible?
Thanks for any help.

Question is closed for new answers.
Selected answer as best
0

As a best practice, I would recommend you to unpivot the columns Qty and price in the data before you assign the fields to ValQ.

Selected answer as best
0

Hi EmadH,

This can be achieved by writing a formula such as follows DS.Dataseries.Sourcekey.GET(CPI)

Dataseries – name of the value field

Sourcekey – data source key for the node

Posted new comment

Hi Varoothini,

thanks for your replies,
the first way(DS.Dataseries.Sourcekey.GET(CPI)) didn’t work with me
but the unpivoting worked well,

many thanks