This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello! Does anyone tryed pivoting using LightSpeed? I tryed to do this using LINQ with help of people from stackoverflow community:
SQL I wanted to "translate" to LINQ looked like this (this is version for grouping by date - I have other views where i group by week and month):
and LINQ which was outputing the same values looks like this:
but SQL generated by LINQ was very huge (I can provide it if you want) so I decided to stick with using views. But how about using LightSpeed for pivoting? Can this be done without using views/stored procedures? Thanks |
|
|
No, you would need to use a view or stored procedure to do this using LightSpeed -- sorry! |
|
|
No need to sorry. Just wanted to make sure if this can be done using LightSpeed. |
|