assign Dynamic 2 Values To nodes
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.
EmadH Selected answer as best
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.
EmadH Selected answer as best
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
EmadH 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