I need some help. I'm new to Cystal.
I have a table called {PDL_VARIABLE_VIEW.VARIABLENAME} this table has 100 names in it. I have another table called {PDL_VARIABLE_VIEW.VARIABLEVALUE}this is a string table.
inside the {PDL_VARIABLE_VIEW.VARIABLEVALUE}I have dates & Numbers In the same table their is about 10 variables that come thru in a msec value 225626565. In my query I select the {PDL_VARIABLE_VIEW.VARIABLENAME} and all variables associated with that table and{PDL_VARIABLE_VIEW.VARIABLEVALUE}and all variables values with a TASKID for that Batch.
Now I need to pull those 10 msec values out of the report and convert them ToNumber /60000 to get them into a minute format. in a single query. I really don't know how to get those 10msec numbers and convert them into a NumericText,
run the math and put them back without effecting the rest of the table.
Any help would be great I'm working today SUNDAY I will check
thanks in advance
I have a table called {PDL_VARIABLE_VIEW.VARIABLENAME} this table has 100 names in it. I have another table called {PDL_VARIABLE_VIEW.VARIABLEVALUE}this is a string table.
inside the {PDL_VARIABLE_VIEW.VARIABLEVALUE}I have dates & Numbers In the same table their is about 10 variables that come thru in a msec value 225626565. In my query I select the {PDL_VARIABLE_VIEW.VARIABLENAME} and all variables associated with that table and{PDL_VARIABLE_VIEW.VARIABLEVALUE}and all variables values with a TASKID for that Batch.
Now I need to pull those 10 msec values out of the report and convert them ToNumber /60000 to get them into a minute format. in a single query. I really don't know how to get those 10msec numbers and convert them into a NumericText,
run the math and put them back without effecting the rest of the table.
Any help would be great I'm working today SUNDAY I will check
thanks in advance