Is it possible to determine the length of a memo field? I don't need to display the field itself, only determine the number of characters it contains.
I'm using CR10 with a SQL server.
I'm using CR10 with SQL server.
I have a report that correctly ranks YTD performance. I also need it to rank MTD performance.
Example:
USER MTD RANK YTD RANK
111 4 1
021 1 2
303 3 3
... etc
I need the report listed in order by YTD rank. I tried a...
I've inherited some code that doesn't work properly. There are two functions involved in the problem. The first one calls the second one with this code:
for (var x = 1; x <= document.all.maxBehavioralID.value; x++)
ResetRadioSelection(x);
The next function is:
function...
I've inherited some code that doesn't work properly. There are two functions involved in the problem. The first one calls the second one with this code:
for (var x = 1; x <= document.all.maxBehavioralID.value; x++)
ResetRadioSelection(x);
The next function is:
function...
I have been writing Crystal for a while now, but this is my first Cross Tab, so I'm hoping my question is easy.
I'm using v10 and SQL
I created a cross tab that has a count by location by period by year:
location feb'05 feb'04 mar'05 mar'04 .... etc.
two 1 0 2...
I'm working with version 7 (I know - upgrade... it's in the works) and SQL
I have two tables:
vIncidents
vWeek
I work on Fiscal periods / weeks, and the vWeek table references fiscal period and week numbers to ease reporting. My problem is joining these two tables. Dates are the only thing...
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.