englishnewbie
Programmer
........Well, complex to me.
1. I need to list records in my table in order of priority.
for some fields i have a numerical value, so it's simple to build an expression. but for others there is a text field.
for example a=100 , b=200 c= 300
how do i convert these values (or other text entries) into numerical form and add to the total of the first expression, which deals with all the numbhers.?
2. to create an average of several columns i need to determine which columns have data in them.
for example, if the column values are 1, 1, _, 1 the average should be 1, 3/3. Not .75
i've done it befroe, but can't remember how.......
thanks,
neil
1. I need to list records in my table in order of priority.
for some fields i have a numerical value, so it's simple to build an expression. but for others there is a text field.
for example a=100 , b=200 c= 300
how do i convert these values (or other text entries) into numerical form and add to the total of the first expression, which deals with all the numbhers.?
2. to create an average of several columns i need to determine which columns have data in them.
for example, if the column values are 1, 1, _, 1 the average should be 1, 3/3. Not .75
i've done it befroe, but can't remember how.......
thanks,
neil