Hi All! Having an issue with the JSON filter on the EA Dashboard component in Partner Community. The dataset for sales history data contains the AccountID, so attempting to use "!CurrentUser.accountId" to retrieve the logged in users account ID and display the information but getting no records. If I insert a valid accountID in place of the "!CurrentUser.accountId", results are fine. (I have also tried "$CurrentUser.accountId"). I'm sure it's something simple, if anyone has time to reply I'd appreciate it!! THANKS....full filter shown here:
{"datasets":{
"AllInvoicesByDealer":[
{"fields":["Account.Id"],
"filter":{
"operator":"in",
"values": ["!CurrentUser.accountId"]
}
}
]
}
}