Viewing 11 posts - 1 through 11 (of 11 total)
Thanks Shawn
November 13, 2017 at 11:03 pm
Sorry for giving wrong info about VS 2010
August 5, 2014 at 6:46 am
Client has two environment Acceptance & Production
and i have developd report in in Vosual studio 2008 and SQL 2012
August 5, 2014 at 6:45 am
Dose JOIN function in Report will work if yes then how?
August 5, 2014 at 6:43 am
I have developed report in Microsoft Visual Studio 2008 only
August 5, 2014 at 6:34 am
No I am directly using query
August 5, 2014 at 6:19 am
no i am directly using query
August 5, 2014 at 6:18 am
yes correct , Main query is
SELECT
max(drpb.drpb_bsn) as BSN,
atct.atct_global_id as Corp_ID,
replace(ltrim(replace(atct.atct_global_id, '0', ' ')), ' ', '0') as Corp_ID_match,
atct.atct_local_id as Local_ID,
...
August 5, 2014 at 6:01 am
Parameter query where am using multivalue
select distinct hr_agreement_contract.atct_contract_status
from hr_agreement_contract
where isnull(hr_agreement_contract.atct_contract_status,'') not in ('A','L','P')
Union
select 'A'
Union
select 'L'
Union
select 'P'
August 5, 2014 at 5:57 am
I have attached error in document
August 5, 2014 at 5:43 am
Viewing 11 posts - 1 through 11 (of 11 total)