Viewing 15 posts - 61 through 75 (of 3,543 total)
Hi David, that's perfect, applied this logic to other reports also and fine !!. I see now the logic of percentages across the diferent levels of rows and columns,...
June 16, 2021 at 8:09 am
Sum(Fields!qty.Value) / Sum(Fields!qty.Value,"Product") should give you percentage of product qty
Sum(Fields!qty.Value) / Sum(Fields!qty.Value,"DataSet1") should give you percentage of total qty
Are Product and storage groups, is qty a sum of qty?
June 15, 2021 at 1:48 pm
Hi David,
I as well can execute it. For example , I have such value: round(0.57,0). When the number less 1 it doesn't work.
As well I receive in this case...
June 15, 2021 at 12:24 pm
I know it doesn't contribute to the conversation at hand but it's just fascinating to me that this type of thing is still an issue since the release in...
June 10, 2021 at 4:19 pm
Hi David,
I hadn't thought about Powershell. This worked great, thank you very much!
You're welcome and thanks for the feedback.
June 10, 2021 at 7:56 am
You could use powershell to do it. If you google 'powershell extract rdl' you will get a few options, ie
It is a bit old but it works fine for SQL...
June 9, 2021 at 12:30 pm
Brian is correct the only way to find out what to replace is to convert it to hex (VARBINARY).
You cannot use the characters that you see in SSMS, notepad or...
June 9, 2021 at 11:45 am
I normally don't do self-advertisement but I'm giving a presentation tonight at 6PM EDST online on an interesting subject. Here's the link to the Meetup and the abstract...
May 12, 2021 at 12:09 pm
... and I absolutely do not want someone doing maintenance to change ISNULL to COALESCE to add a third parameter and then get an insidious bug because Params 1...
March 2, 2021 at 9:29 am
For something like Powershell - you have to build the string with the delimiters and then output that string to the file.
Not necessarily. Use two selects in the query,...
February 18, 2021 at 11:44 am
I've also looked at some other SQL Users Groups to see how they work, and thus far I haven't seen any that still meet.
The New England...
February 16, 2021 at 9:32 am
I can't help but notice the irony here.. Interesting question coming from someone with a handle of "sqlguru". 😉
Maybe you should change your handle to SQL God cos you...
February 9, 2021 at 8:58 am
Allowing failure: Steve and others use children learning as an analogy for this. That works very well because this is childish. When I am a member of your...
January 20, 2021 at 9:09 am
Personally I would concatenate the varchar columns into a single column and depending on how volatile the data is, either a computed column or a separate table and full text...
November 6, 2020 at 4:16 pm
Viewing 15 posts - 61 through 75 (of 3,543 total)