Ssrs 2008 dynamic columns returned by procedure -


in ssrs if there uncertain number of columns returned store procedure , if have dates column names can per selection criteria of report,eg columns can name,[2013-05-03],[2013-05-04],[2013-05-05], on etc. how can show these columns in report.

ssrs runs queries fmtonly option on populate list of columns. in other words, doesn't play nice dynamic columns because non-deterministic. comes down design issue data. 1 solution have procedure pivots columns row. allow pass data report processing. if there other obstacles preventing converting data, question post along more details.


Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -