Hi there,
Can count() column be exported in Excel?
By that I mean, for example
I created a query
SELECT count(T0.[DocNum]), T0.[CardCode] FROM OPOR T0 GROUP BY T0.[CardCode]
Obviously, there are 2 columns plus "#". But when I have exported the result table into Excel, the count()column didn't show.
Has anyone encountered this before?
Many thanks