Does anyone know how to do a word count in a report.
The report has one main text field and I need to count how many words in this field and show it as a total for the whole report. I was thinking along the lines of counting how many time a " " came up in the field and then creating a...
I am new with Oracle and I am having a problem getting the correct syntax for the following query;
SELECT
BRB_CALLDET_T.ACC_NUM,
BRB_CALLDET_T.BILL_NUM,
BRB_CALLDET_T.SERV_NUM,
IF(BRB_CALLDET_T.GNRC_PRC_AMT_CR)='CR' THEN SUM(BRB_CALLDET_T.GNRC_PRC_AMT* -1)
ELSIF...
I am using CR 8.5 and have a elapsed time field in my DB which is formatted to text. I have to add the time values and then display them as hh:mm:ss.
I have converted the time field to seconds and I can then sum/average etc which is great. I am having problems in converting the seconds value...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.