Viewing 10 posts - 31 through 40 (of 40 total)
First of all, thanks for the quick reply.
But....
The results is a list of results from the table "incident.verzoek as Omschrijving"
So I've got multiple results I like to alter.
Incident_NrDatum_Aanmelden Omschrijving
I010101...
March 19, 2009 at 6:59 am
Path for Reporting Services 2008:
\Program Files\Microsoft Visual Studio 9\Common7\IDE\PrivateAssemblies\ProjectItems\ReportProject
February 19, 2009 at 8:04 am
THANKS!
Live can be nice if things work out.
I've learned some new things today that I will write down, so I can reuse it in the future.
(and more importend, I understand...
February 18, 2009 at 1:35 pm
I understand the part of FULL OUTER JOIN, but I'm not sure what to do with "IsNull(ALIAS1.Aantal_Incidenten, 0) as Aantal_Incidenten" (newbie...)
February 18, 2009 at 1:23 pm
Ok..... I didn't understood the first reply from Adi.
I've tested and now I've got a good result, but.....
Can it be, that if the second subquery has no results, that there...
February 18, 2009 at 1:16 pm
In my first post I've posted my code:
select
(
select vestiging.naam, count(*) as Aantal_Incidenten
...
February 18, 2009 at 12:54 pm
Still having this problem. Can someone help me?
February 18, 2009 at 12:32 pm
I hope this is what you mean:
In table "incident" there is a field "aanmeldervestigingid" that links to table "vestiging" with field "unid" (It translate a code to a customer name)
In...
February 13, 2009 at 2:22 am
Lowell, thanks for you support.
The query runs, but I get the next result/issue:
customer1 5customer11
customer2 3customer11
customer3 7customer11
customer4 2customer11
customer5 8customer11
customer6 11customer26
customer7 2customer26
customer8 6customer26
customer9 3customer26
In...
February 13, 2009 at 1:21 am
Yes, I'm using ReportServer and I'm using the parameters to make selections, so I need them.
I'll try the method of Jeff, to fill my parameter.
If it doesn't work, I'll come...
January 20, 2009 at 6:54 am
Viewing 10 posts - 31 through 40 (of 40 total)