Hi,
Anyone can help me passing a Cognos Report Studio parameter (type string) to an SQL statement in the backend?
I found some information on this, on the www, but unfortunately, it doesn't work.
This is what I have so far:
CASE
WHEN #promptmany('Parameter1')# IS NOT NULL
THEN...
Hi,
An ex-worker of our company left the following code:
function AuthenticateUser(UserName, Password, Domain)
dim strUser
' assume failure
AuthenticateUser = false
strUser = UserName
strPassword = Password
strQuery = "SELECT cn FROM 'LDAP://" & Domain & "' WHERE objectClass='*' "
set oConn...
Hi all,
I'm having difficulties integrating a VBScript to an HTA.
In fact, the VBScript will synchronize 2 directories, checking if files have changed.
The script works fine, and now i'd like to have some User input. This user input will be achieved by using a HTA.
I'd like the users to...
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.