feherke,
I found the problem, I had the same id's on tab one and tab two text boxes in the HTML. I change them and the JS and now it works!
THANK YOU!!!!!!!!!!
I inserted the code and have it execute onload. I did not get any values in the HTML, they would populate in the order of the boxes as placed in the html.http://wikisend.com/download/184988/testing_ssi.htm
I'm sorry confusion, what I need is to extract just the number after the equal sign and before the space before the word unit. The numbers present in the string are just an example, but in reality could be a double digit number such as 15. This string is built outside of the HTML by another...
I need to split the string below to only get the numbers after the "=" sign and before the word "unit" There is a possibility that this could be a 2 digit number. I will need to have each number available to assign to a text box.
Sensitive 0601-2059 bg</=70 hypoglycemia*71-150 no...
Hello all!
I am a complete noob, and I will try to explain what I am trying to accomplish. I have several modifiers for diets, and only some of them pertain to the main diet. I would like to make sure the box that is to be hidden is unchecked and then hidden, the code below works, but I was...
Ibass,
That worked! I have never encountered that, but will know when working with mixed data in excel to use text to columns.
Turkbear,
I was connecting to the excel file through the data connection wizard. Thanks for helping!
NuttyERnurse
Turkbear,
Originally I did not try a formula, just the actual field. The data is from an excel spreadsheet, I even tried changing the field type, but that didn't work either. I can see the data in the excel file, so I know it isn't a null field. I have attached a link to the report (rough...
Good afternoon all!
I am using Crystal Reports 2011 and I have a problem with a field. This field mostly contains text, but sometimes contains numbers.
Sample of data is:
kerlix
kling
21
13
When I display the report, the numbers are not present, just a blank line shows. I have tried the...
Hello all!
I am trying to report on orders using the sql below. The problem is it returns values that are not in the PERF_DEPT_ID or OGROUP_ID criteria. The results of the query are attached as well.
Any help is appreciated!
SELECT
ORDER_ITEM_SEQ,
PERF_DEPT_ID,
OGROUP_ID,
ORDER_NAME...
Thank you both for you suggestions. Unfortunately neither one worked.
I think I need to re-explain what I am trying to do. I need to insert new data into the o_alias table. This data is an alias for the orginal order item in the o_item table. I need to pull the order_item_seq number from the...
Hello all!
I am trying to create new data in a table using a data field from another table. My IS department helped me with this following statement but it does not work and we are all scratching out heads:
INSERT INTO o_alias (alias, order_item_seq, alias_seq,is_order_name)
values...
Hello all!
I'm new to sql and have a need to insert new data into a table. I could manually type it, but there are several hundred entries that need to be made. This is a printer assign table for all devices connected to the system. Each device needs to be added three times with the print types...
LB,
I tried the formula and it worked like a charm!!!! Thank you very much it will same me a ton of time as I was manually filtering for single providers.
The reason if you really want to know is we do individual reports on charting practices, if more than one provider is listed, then the...
Thank you for the reply LB!
I'm sorry I did not get back sooner but I was on holiday! :)
What I want to do is eliminate the records with more than one name, so I would only have records with only one provider. The reason for this is simple, if more than one provider is using a record, it is...
I made a mistake in the data for multiple providers, it should look like this:
Nurse, Nancy;Jones, Jim L.; Keller, Helen;;
Forgot the semicolon on the end!
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.