stillsteam
Programmer
Hello
Using CR 8.5 and SQL 2000
I´ve been searching in the posts but with the Keyword search not online that will take too long.
I need to extract the numberportion of a stringfield{altenhetkod}. I will use the output later so I need it to be a numberfield.
The reports is grouped on item no.
{altenhetkod} contains of these examples:
Item 1 {altenhetkod} Expected output
pal 100 100
yfp 20 20
ifp10 10
5bnt/pal 5
st 1 1
Item 2
pal 2455 2455
Item 3 pal 125 125
yfp 20 20
For this report I am mostly interested in the maximum value, that I can easily do, but at some point I might also want to group by altenhetkod.
TIA Jonas
Using CR 8.5 and SQL 2000
I´ve been searching in the posts but with the Keyword search not online that will take too long.
I need to extract the numberportion of a stringfield{altenhetkod}. I will use the output later so I need it to be a numberfield.
The reports is grouped on item no.
{altenhetkod} contains of these examples:
Item 1 {altenhetkod} Expected output
pal 100 100
yfp 20 20
ifp10 10
5bnt/pal 5
st 1 1
Item 2
pal 2455 2455
Item 3 pal 125 125
yfp 20 20
For this report I am mostly interested in the maximum value, that I can easily do, but at some point I might also want to group by altenhetkod.
TIA Jonas