Noel McGrath
03/25/2024, 4:06 PM{
"labels": {
"merchant.name": "mymerchant",
"payment.currency": "AUD",
"sale.currency": "EUR"
},
"labelsArray": [
{
"merchant.name": "mymerchant"
},
{
"payment.currency": "AUD"
},
{
"sale.currency": "EUR"
}
],
"values": [
{
"timestamp": 1711378057000,
"value": "45"
},
{
"timestamp": 1711378057000,
"value": "145"
}
]
},
We believe this is down to sale.currency and payment.currency could be same and its looking at the label value
e.g. Sale and payment can result in EUR to AUD and AUD to EUR
So in our table it is displaying EUR to AUD with 45, when in fact it is 145. and not displaying AUD to EUR in table.
Is there any solution to this?Srikanth Chekuri
03/25/2024, 5:46 PMNoel McGrath
03/26/2024, 7:41 AM