Hey everyone..! I have got this problem

HI @uzair_khan

Have you checked the value is printing something in message box?

Regards
Sudharsan

Hi there @uzair_khan,
I hope you are well!

Interesting, I did not realise ‘item’ was a member of member of Queue Items.
What happens if you change it to CDec(in_TransactionItem.SpecificContent("CashIn").ToString)?

Thanks once again for your support,
Josh

can you tell the data type of in_Transactionitem which you have used?

Is it a Datarow or queue?

if datarow instead of column name give the index and try once

Regards
Sudharsan

1 Like

Ah ignore me - I realise now, thanks to @Sudharsan_Ka, you are in fact using a DataRow :smiley:

Thanks once again,
Josh

1 Like

Hi there @uzair_khan,
Apologies, I confused things - You were correct with:
CDec(in_TransactionItem.Item("CashIn").ToString)

It didn’t twig you were using a DataRow as your Transaction Item!
It would be worth, before doing the conversation to a Decimal, adding a Log Message, with the below:
in_TransactionItem.Item("CashIn").ToString

Put it just before the Multi-Assign, then run and provide us the output.

Thanks once again for your support,
Josh