Viewing 15 posts - 31 through 45 (of 62 total)
So with the current table you need to have two more columns From Date and To Date.
Else have a new table as Price Master as detailed above.
Let me know if...
October 28, 2013 at 4:36 pm
A typical Price Master table would look like the one below:
Product ID--------Price------From Date-------To Date
P001-------------100-------1/1/2013---------12/31/2013
P001-------------150-------1/1/2014---------12/31/2014
P001-------------175-------1/1/2015---------
Your logic would pick up the Price based on the current date residing between From Date and...
October 28, 2013 at 4:29 pm
Thanks Jeff! I'll certainly refer these resources.
October 23, 2013 at 3:57 pm
I think, I posted this question in wrong forum. Will post in SQL Server 2005 General Discussion. See you there 🙂
October 22, 2013 at 4:40 pm
Oh, OK! Let me consult my architect and figure out the best solution. Thanks Jeff!
October 16, 2013 at 9:20 am
Agreed Jeff! That could be the reason why Microsoft also changed pie-charts to display disk status in 'My Computer' ;-).
Well, do you have any SQL script for getting the status?
October 15, 2013 at 7:41 pm
Luke L (5/18/2009)
Instead of creating 2 datasets, just create...
October 14, 2013 at 11:49 am
Thanks peterzeke! Appreciate your detailed suggestions. I'll go through the links and re-analyze the requirement of pie charts.
October 11, 2013 at 11:05 am
Just came to know that Lookup can be another option. It works in SSRS 2008. Not sure if it's available in 2005. Let me check.
October 10, 2013 at 4:55 pm
Rod at work (10/8/2013)
October 9, 2013 at 6:06 pm
Hey BSRLong,
Where are you? And where is your solution? 😉
October 9, 2013 at 5:58 pm
Raunak Jhawar (10/7/2013)
October 7, 2013 at 5:46 pm
Jack Corbett (9/12/2013)
Rod at work (9/12/2013)
Jack Corbett (9/12/2013)
October 7, 2013 at 5:42 pm
SSRS as such doesn't allow validations of parameters. But you may handle this using expressions to some extent. If your parameter meets certain criteria, then only assign dataset or set...
October 7, 2013 at 5:34 pm
Thanks Jeff! That's indeed a valuable information.
October 7, 2013 at 5:25 pm
Viewing 15 posts - 31 through 45 (of 62 total)