Hello Experts,
Can someone tell me the use of Selection in the query designer. Just a small example : we have 'number of bales' as the key figure, 'bale flags' as the characteristic, now we need to define a formula for '% flag free' which is given as 'bales with no flags'/number of bales * 100. There is no 'bales with no flags' either in the key fig or the characteristic. Incase i define it in the selection part choosing number of bales and bale flags, how does SAP understand the logic that 'bales with no flags'= number of bales-bale flags or is there some other explanation for this.
Any kind of light on this issue would be of great help.
Thanks ahead,
Anjali
Hi,
assuming in the characteristic bales_flag you have the following values
' ' (no flag , might be displayed as # (unassigned))
'X' (Bales flag X)
'Y' (Bales flag Y)
Now when you restrict your keyfigure number of bales with the characteristic value bales_flag ' ' then a selection on all those records will be done where bales_flag is ' '.
Heike
Add a comment