Hi,
Is there a way to fix the Financial Dashboard from the excel reports? This has been under development since GP2015. I can see the problem from the data connections defaulting to either TWO or some random Db=&Srv=RAD2008WAG3, even though you're in a client's database, and all the queries are incorrect. An example is this:
select
[Journal Entry],
[TRX Date],
[Account Number],
[Account Description],
[Credit Amount],
[Debit Amount],
[Account Category Number],
[Account Index],
[Originating Credit Amount],
[Originating Debit Amount],
[Originating Document Number],
[Originating Master ID],
[Originating Master Name],
[Originating Posted Date],
[Originating TRX Source],
[Account Index For Drillback],
[Journal Entry For Drillback],
[Posting Type]
from [clientdb].dbo.seeARDaysOutstandingKPI @TimeUnit=Period
It would be nice to have a default out of the box working correctly rather than having to recreate from scratch.
Thanks!
*This post is locked for comments