question

Anggoro P avatar image
0 Likes"
Anggoro P asked Anggoro P commented

How to copy a label value to a table chart

Hi, I want to copy a label value (in this case: ProdQty) every time there is an entry in a activity (Create Tokens). I used Event Listening for model this occurrence and Data Recording as in this picture

However, turned out the copied value is wrong. See picture below: one of the values should be 100, meanwhile the copied values are always 10.

I guess I did wrongly in Data Recording - Columns, value of Quantity. I used data.ProdQty. I have tried to replace it into current.ProdQty, but I got an error message that says there is no such label. Any idea how to fix this? Thanks

Choose One
statistics collectordata recording
2.png (34.5 KiB)
1.png (72.4 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Anggoro P avatar image Anggoro P commented ·
0 Likes 0 ·

1 Answer

·
Raja Sekaran avatar image
0 Likes"
Raja Sekaran answered Anggoro P commented

Hi @Anggoro P

Try this,

data.token.ProdQty

I hope this works for you.

Thanks.

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Anggoro P avatar image Anggoro P commented ·

Yes, it works. Thanks @Raja Sekaran

1 Like 1 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.