Ummm working on an idea kendash passed to me 1 day - trying t get a list of all Entity Account Names?
EDIT:
Well this syntax “sort of” works but I would need to parse it and also it is very inefficient taking 10+ seconds start output as I have 1,500 Accounts!
@{REPORT ENTITY DETAILS:E.Name,EC.Full Name:E.AccountId>0:{0}-{1}:,}
[Accounts Activity:2,2,2,1]
>Customer Account
$1|{ACCOUNT TRANSACTION DETAILS:Customer Cash Payment BR1:$1}
Any ideas @emre to make this more efficient - maybe REPOR SQL DETAILS but need to operate on work period? Issue becomes what if they want to work OUT OF Work Period though Reports Manager
I might have to give up here as Getting WP and Entity Account Name from this below is too hard:
FROM [SAMBAPOS].[dbo].[AccountTransactions]
SOLUTION:
This post Emre saved me
It would still be great to have more control over these Tags