Viewing 6 posts - 1 through 6 (of 6 total)
Yes it should have been 5.
I should have also said how I want the results! I can just union together
Date Tag Value
1/1/2018 A 3
1/1/2018 B 4
1/1/2018 C 5
1/1/2018 calcA 6
1/1/2018 calcB 8
1/1/2018 calcC 10
1/1/2018 X 2
April 18, 2018 at 3:15 pm
I think I am close but not close enough 🙁
Instead of 3 rows I am expecting I get 6 with some null values as DataSourceReference for 3 rows. I think...
June 9, 2015 at 9:07 pm
Problem is that the namespaces are different so I need to declare them as the XML is different between Report Builder 3.0 and Visual Studio BIDS 2008 r2
WITH XMLNAMESPACES (
DEFAULT...
June 9, 2015 at 6:32 pm
I see usage in this UDF for one way data obfuscation possibly by using the RAND object to randomize the ouput character ensuring the the output of RAND stays within...
January 27, 2009 at 10:20 am
GSquared (6/9/2008)
create table Calendar (
Date datetime primary key,
constraint CK_Date_NoTime
check...
June 18, 2008 at 11:47 pm
Viewing 6 posts - 1 through 6 (of 6 total)