Viewing 15 posts - 31 through 45 (of 289 total)
Hi Joydev,
You would use a "100% Stacked Column" chart to achieve this.
Put the Year in the Category groups and the Criteria in the Series groups.
You can use Show Data Labels...
August 24, 2016 at 6:22 am
Hi Kazmerelda,
Is this a matrix you are using?
August 17, 2016 at 7:05 am
Changing the language settings for the report will change the way dates are displayed by default.
Click on the design area just outside of the report body and press F4. ...
August 16, 2016 at 9:22 am
SQL is never really ideal for this sort of thing, using SSIS would be preferable, however when I want to check if something is a valid number I use TRY_CONVERT...
August 5, 2016 at 3:00 am
Whatever mate. Goodnight.
N.b. your coordinates ([COORDS]) should be long-lat for points.
August 3, 2016 at 3:05 pm
My first post -
Spiff (8/3/2016)
August 3, 2016 at 2:38 pm
I don't know why you need all that. The query I provided creates the whole linestring - of all the points. If you really need just a linestring...
August 3, 2016 at 1:12 pm
Spiff (8/3/2016)
If you need to save the results you can just do:select ... into hurricane_routes ...
If you want to to an INSERT or SELECT INTO on a CTE, you just...
August 3, 2016 at 12:18 pm
wtf indeed. What are you doing with the Import Export wizard now?
You can't export a spatial datatype to a csv - it's a binary format. You don't need...
August 3, 2016 at 11:31 am
What won't recognise the string? You can use spatial queries in a report dataset, the SSRS maps require spatial types.
If you need to save the results you can just...
August 3, 2016 at 9:54 am
geometry::STGeomFromText() returns an actual geometry spatial datatype from the WKT text you supply.
If you are trying to SET that datatype to a column of VARCHAR it will try to implicitly...
August 3, 2016 at 9:45 am
OK, to be fair I was going from the question you posted in the SSRS forum. I thought your problem is that you wanted a linestring from the coordinates...
August 3, 2016 at 9:31 am
I have replied in the other thread. The gist is:
Import your data as individual points e.g. (long, lat) if that is how they are recorded.
You can then convert these...
August 3, 2016 at 6:55 am
I can see what you are trying to do however rather than trying to create the geometry text dynamically you should be using spatial aggregate functions.
Once you have all your...
August 3, 2016 at 6:47 am
Trying to embed javascript charts isn't really worth the trouble IMO, I have tried it. If you haven't seen it, this was the best article I found on subject...
August 3, 2016 at 5:37 am
Viewing 15 posts - 31 through 45 (of 289 total)