Recently during my study time, I remembered
one story that happened during my MBA MIS course and I couldn’t help smiling. I
thought that I should write about it and see what morals I can pick from there.
So the below is a write up which I can say with my limited memory is 80% based
on 100% true facts :)
As I move forward in the ever changing world of technology, I record my experiences and findings. As I have benefitted a lot from my fellow bloggers therefore in some small way I now wish to repay back to the community.
Tuesday, September 11, 2012
Tuesday, July 17, 2012
If Scientists Designed Lamps, They'd Look Like This
These are some cool looking lamps!
If Scientists Designed Lamps, They'd Look Like This | Wired Design | Wired.com:
If Scientists Designed Lamps, They'd Look Like This | Wired Design | Wired.com:
Friday, February 3, 2012
SSRS-Putting Date Range in Footer Area
Add a text box, placeholder in the footer area. Double click on ''. Put the below code in the expression. 'MonthFromDate' and 'MonthToDate' are variables which are accepting values entered by the user.
=FormatDateTime(Parameters!MonthFromDate.Value, DateFormat.longdate) " - " FormatDateTime(DateAdd("d", -1, Parameters!MonthToDate.Value), DateFormat.LongDate)
=FormatDateTime(Parameters!MonthFromDate.Value, DateFormat.longdate) " - " FormatDateTime(DateAdd("d", -1, Parameters!MonthToDate.Value), DateFormat.LongDate)
Subscribe to:
Posts (Atom)