I'm beginning a list as I've just spent an age trying to get PHP output to create a text file. Then my client showed me how she then opens the text file in Excel, so I said we could get the script to ...
... statements, I can feed these maps a textual value and it returns the ID to use. Some of these can be found elsewhere in my site but I'm putting all of them here just for quick reference.
How?
Note ...
... eg. "fn_Validation_LeadStatusChange", a display name, eg. "Fn - Validation - Lead Status Change", and a description...
You will be presented with a deluge IDE editor. I'm putting in the following code:
/* ...
... "Send 'Intent to receive'"
You should get an OK status:
Go back into your CRM function and edit the function to do what you need it to (eg. update a contact or invoice), I'm putting what I usually ...
... the following code which generates a sample CSV and then loops through storing each row as a data record and outputting it to screen:
// generate a sample CSV file
v_DataCSV = "1,Joel Lipman,Kings ...
...
Other timewasting activities but good code
Putting this code here on this article as it was the path I initially went down.
Send mail attachment: creator file upload field value as attached ...
... write an AutoHotkey program to simply return the folders in the drive and display the size of all the files/folders contained within.
How?
So I'll be putting this program for download from the download ...
... // TRUE to return the transfer as a string of the return value of curl_exec() instead of outputting it out directly.
// store the response
$ch_result = curl_exec($ch);
// close ...
...
You could merge all the statements into one but for simplicity's sake I'm putting each step here:
In column C put the formula:
=MID(B1, 1, FIND("°", B1)-1)
In column D put the formula:
=MID(B1,FIND("°",B1)+1, ...
... What I want:
Why?
Outputting from SITS:Vision to our staging environment, the application would only output blank values using single tags so we had to find a place to introduce it. On strings ...
... this means the full path is used as just putting the file name did not work).
Under "Variable Mappings" specify the Variable "User::SourceExtractFile" (based on this example) and keep the Index at 0 ...
... "dd/MM/yyyy HH:mm:ss")
-- yields 11/02/2014 11:21:32
Sounds good, where's the problem?
The problem
Putting the date in an IIF (if-then-else) statement displays "#Error". You should get errors ...
... 24 minutes (our working day).
// 4 days times 7:30 and 1 day of 7:00 will result in 37:00 total.
// Our working week starts on Monday 00:00 and ends on Sunday 23:59.
Putting it together
Your ...
... but not
-- mentioned in the above OUT variables:
DECLARE
p_STUDENT_REF number(8);
p_STUDENT_DETAILS varchar2(255);
-- putting a begin within otherwise I get warning errors ...
...
» Default Values - "Get values from a query" = Select the dataset of dropdown options, pay attention to the value in "Value field" (as I kept putting the label rather than the value field) to make this ...
Just putting a note as I have spent ages looking for a solution and getting it to work in my environment.
What?
Need to be able to omit HTML tags in certain fields of a mySQL database.
Why? ...
... would be checked at the database level, and returned in a dataset for SSRS to complete the check. Instead of outputting the error code to our end-users, we decided to store the error code in the audit ...
... the parameters and it will work. Set MySQL parameters (using @ - same as T-SQL) and Microsoft Excel 2007 gets confused.
Putting it all together
Create a SQL query that will return: staffname, ...
... what it's doing. I'm putting a note here just for me:
Start > Run > Regedit > OK
Browse to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Create New DWORD Value
Name ...
... after the report was run. End-Users were putting different values in both fields and getting twice as many rows back. I modified the report leaving only one open parameter, the OR clause just compares ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.