Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2740

Re: TAANA: count MANDT field?

$
0
0

almost ;-)

 

I used the suggestion with a virtual field in a test system.

 

taana made this Select (as found per st04, cursor cache)

>>

SELECT "CLIENT"

FROM "ADRC"

WHERE "CLIENT"=:A0

<<

(where "CLIENT" is the MANDT field in DB-table ADRC)

=>

Thus taana only counts lines of the current Client/Mandt.

 

So I tried db05:

db05 made this Select:

>>

SELECT "CLIENT"

FROM "ADRC"

ORDER BY "CLIENT"

<<

at least it gives a vague idea about the number of different clients,

and the selectivity/distribution of Client/Mandt.

 

HTH


Viewing all articles
Browse latest Browse all 2740

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>