I want to construct a report with the top 4 values from a table
If the structure of the table is:
IDTAb Field
01 123
02 222
03 444
04 555
05 456
06 999
the result report that I would want is:
field1: 123
field2: 222
field3: 444
field4: 555
how i could resolve the problem?
If the structure of the table is:
IDTAb Field
01 123
02 222
03 444
04 555
05 456
06 999
the result report that I would want is:
field1: 123
field2: 222
field3: 444
field4: 555
how i could resolve the problem?