How do I get past this error so that I can pull the needed fixed allocation data?
I am inserting the following into report builder 2.0 and it results in the error above
SELECT
ACTINDX as [Account Index],
DSTINDX as [Distribution Account Index],
PRCNTAGE as [Percentage]
FROM GL00103
*This post is locked for comments