Viewing 15 posts - 3,076 through 3,090 (of 5,111 total)
At a guess I assume that you're not declaring your column names when doing the insert, or your new columns aren't nullable, and so require a value. You'll need to...
September 24, 2017 at 5:24 am
On your SQL Server, open Command prompt or Powershell and type ifconfig. The IP address will be labeled as inet addr (inet6 addr is...
September 24, 2017 at 5:11 am
What is it you have tried? It sounds like the user ([IIS APPPOOL\AmazonWorld]) does not have permission to access the folder and/or report on your SSRS server. Have you given...
September 23, 2017 at 8:17 am
Rather than providing an Excel document, could you provide it in a consumable format please? Have a look at the link in my signature.
Thanks.
September 22, 2017 at 3:25 pm
Ahh, so you want them at both ends? Ok, not a problem; Switch the the solution I gave last, as this solves the "problem" with A (as you don't want...
September 22, 2017 at 12:15 pm
September 22, 2017 at 10:12 am
The reason for the conversion error is the "2017-02" is not a date, it contains no day. Dates consist of 3 parts; Year, Month and day. If you omit one...
September 22, 2017 at 10:05 am
I assume that there is a textbox named Texbox2005? What is the contents of it when you run the report?
September 22, 2017 at 9:56 am
Instead of putting the blank rows after your data, put them before, then hide them if the group value is "A", rather that before, when you were hiding for Z....
September 22, 2017 at 9:46 am
September 22, 2017 at 9:43 am
September 22, 2017 at 9:37 am
September 22, 2017 at 9:24 am
September 22, 2017 at 9:15 am
Viewing 15 posts - 3,076 through 3,090 (of 5,111 total)