Viewing 11 posts - 1 through 11 (of 11 total)
Already have sp's for datasets would prefer not to add third unless no other way is found.
Thanks.
June 4, 2017 at 11:17 am
Looked interesting so tried it both ways and I think both statements are correct or should be close enough for you to fix.
=IIF(Fields!CorrespondenceLanguage.Value = "English"...
June 3, 2017 at 8:55 am
Follow link for syntax.
https://www.sqlservercentral.com/Forums/1873806/Highlight-every-other-row-based-on-group
Switch is somewhat like the SQL Case statement. Whatever condition it encounters first is used and the rest are ignored. It...
June 3, 2017 at 7:50 am
=Switch(RowNumber(AccountNumber) Mod 2 = 0, "HoneyDew", RowNumber(AccountNumber) Mod 2 <> 0, "White")
May 17, 2017 at 3:24 pm
Okay, thanks for the suggestions.
Rich
November 22, 2015 at 9:41 am
All data you would need is there. I don't have any DDL's as this is a sample. The original table if I had one would be the first 5 columns...
November 22, 2015 at 8:34 am
Thank you Eirikur for your reply. I am looking at both the methods currently. You have given insight to new processes I have not had a chance to study yet...
January 3, 2015 at 8:55 am
Thank you Luis and Mark for replying. Your advice was great however I have an unusual issue so I thought I would explain so you can see it better. I...
January 3, 2015 at 7:37 am
Sorry, I will, just assumed this would be the correct place.
Thanks,
Rich
January 2, 2015 at 2:48 pm
This is in the code and the sample I am using to develop the custom split, Set @pString='CS12_PrbTmp_L_DegF_1M'.
I forgot to mention I do have a PK column for ID in...
January 2, 2015 at 2:28 pm
I need some help if someone is willing. I'm not a professional DBA however with Google as your friend anything is possible. My issue is that I have a table...
January 2, 2015 at 1:26 pm
Viewing 11 posts - 1 through 11 (of 11 total)