Hi all:
I want to create a condition in query designer to show only single values. For example.
Material 4711
- Price 1 = 90
- Price 2 = 100
- Price 3 = 100
- Price 4 = 120
- Price 5 = 130
- Price 6 = 130
- Price 7 = 120
- Price 8 = 110
"TOP 5" should Show this:
130
120
110
100
90
but is showing this
130
130
120
120
110
because is taken repeated values. Is there a way to solve this issue?.
Thanks a lot.