When I execute a query that have a calculated column,
result does not work on the column, but it operates like
formula between both results.
Example:
- Normal situation:
Char1..KF1.KF2..KF1*KF2)
A.......1...20...20
B.......1...50...50
-
-
Result..2...70...70 In this case . OK!
- But when I supress display of characteristic Char1:
Char1...KF1..KF2..(KF1*KF2)
-
-
Result...2...70....140 "When I want to maintain 70"
¿is there some way to make this?
Thanks in advance for your help.
Gabriel Barroso.-