I have results from a crystal report such as
Number AppNo
123.44 100
222.66 100
456.44 100
095.00 200
105.00 200
109.11 200
088.00 205
099.02 205
887.11 205
i need to create a new column that has the top number from each AppNo:
Number AppNo NewNo
123.44 100 123.44
222.66 100 123.44
456.44 100 123.44
095.00 200 095.00
105.00 200 095.00
109.11 200 095.00
088.00 205 088.00
099.02 205 088.00
887.11 205 088.00
I think you get the idea. THANKS in advance for suggestions!
Number AppNo
123.44 100
222.66 100
456.44 100
095.00 200
105.00 200
109.11 200
088.00 205
099.02 205
887.11 205
i need to create a new column that has the top number from each AppNo:
Number AppNo NewNo
123.44 100 123.44
222.66 100 123.44
456.44 100 123.44
095.00 200 095.00
105.00 200 095.00
109.11 200 095.00
088.00 205 088.00
099.02 205 088.00
887.11 205 088.00
I think you get the idea. THANKS in advance for suggestions!