... the default values which we found we could do with the built-in SOUNDEX function.
How?
Lets assume the following, we have a table containing:
StudentID StudentDetail Soundex
----------------- ...
... OR REPLACE PROCEDURE sp_get_studentdetails_from_ad (
p_STUDENT_ADNAME IN varchar2,
l_CURSOR OUT sys_refcursor
)
IS
BEGIN
-- going to declare variables that are to be returned in SSRS ...
... [declaration_section]
BEGIN
executable_section
[EXCEPTION
exception_section]
END [stored_procedure_name ];
Example
CREATE OR REPLACE PROCEDURE sp_get_studentdetails_from_ad ...
... values" to
=IIF(LTrim(Parameters!StudentADAccount.Value)="", Parameters!StudentReference.Value, First(Fields!S_STUDENTREFERENCE.Value, "StudentDetails"))
should work:
Apparently not because ...
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.