Hi, all.
I have a calculated KF1 in a query that results like this :
CHAR KF1 KF2
A.......1.......100
B.......2.......200
C.......1.......300
D.......2.......400
I need to show the results ordered by this calculated KF and display something like this :
KF1 CHAR KF2
1....A....100
1....C....300
2....B....200
2....D....400
I think the only way to to this is using a virtual
CHAR that is filled on execution of this query.
Do you have suggestions ?
If virtual char is the best way please send me links or examples.
thanks in advance
Eduardo Silberberg