I want to display dynamic dates as column label. Requirement is that I need to show previous six and next six weeks dates dynamically as column headers.
Refer to the screenshot for the details considering 12 sep as present date for this example.
Thanks and Regards
rsingh
Hi rsingh,
You can try column wise grouping with SSRS report.
In DP class you can insert the date value to the field in the temp table. You can add that date value as group by in the column nodes.
Thanks,
Girish S.
Hi, Check this thread, if it helps you.
As far as I know, the headers cannot come dynamically if you are talking about a form.
But in report, it will work.
It's possible, but it'll be more work, therefore consider if you have a stronger reason than mere "I want".
One possible design in a form is using a temporary table (with fields for those twelve date columns), using it in a grid and changing field labels at runtime.
Hi Bharani and Martin, thank u for your response.
Actually I want to know is it possible to design a form like this(as in added screenshot) instead of report ?
The requirement is that I want to add dynamic dates as column label(header) in form.
Thanks
If you want it in a report, you can do it quite easily with the matrix control. It would be the right tool for this purpose.
Dynamic dates where? In the report? If yes, then you can add those columns in the report and you can write code for that in dp class and set the column visibility.
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156