Viewing 15 posts - 1,246 through 1,260 (of 1,932 total)
Eric M Russell (3/28/2016)
March 29, 2016 at 8:48 am
Oh man, have you hit upon a topic that really bugs me. At my new job there's a software project that I'm help maintain that we purchased from an out...
March 28, 2016 at 8:43 am
I found the problem. I was calculating one of the values wrong.
March 24, 2016 at 11:30 am
Jack Corbett (3/23/2016)
Can you verify that the query returns non-zero values?Are there any expressions on the dataset?
Yes, I've verified that the query returns non-zero values by running the...
March 24, 2016 at 7:42 am
Thank you Sachin, that worked. I've changed the SELECT to look like this:
SELECT fcnItems.DrugOrSupply, fcnItems.InventoryActionID,
fcnItems.ItemPackageID, fcnItems.OldItemNum,
fcnItems.ItemDescr, vw.InventoryIn,
vw.PharmacyOut,
(QtyOnHand/(@NumDaysBetwDates/@NumDaysToStock)+1) StockingLevel,
((@NumDaysBetwDates/@NumDaysToStock)/2+1) ReorderLevel,
vw.QtyOnHand,
IIf(QtyOnHand<((@NumDaysBetwDates/@NumDaysToStock)/2+1),(QtyOnHand/(@NumDaysBetwDates/@NumDaysToStock)+1)-QtyOnHand,0) NumToOrder
FROM dbo.fnItemsIssuedToLocBetwDatesNeedItemType(@DrugOrSupply, @BeginDate, @EndDate) fcnItems
INNER JOIN vwItemQtysOnHandAllItems_SQLViews vw
ON fcnItems.ItemPackageID...
March 22, 2016 at 11:20 am
John Mitchell-245523 (3/22/2016)
What is the exact error message, please? Could the mystery columns be in the view definition... I assume that vwItemQtysOnHandAllItems_SQLViews is a view?John
Here's the exact error messages:
Msg...
March 22, 2016 at 11:12 am
No, I think that page says that the 32-bit version is for both 32 and 64 bit SSRS 2012.
March 18, 2016 at 8:17 am
The people in tech support at my work said the only version of SSRS/BI tools for SQL 2012 was the 32-bit version. So that's what I've got installed now.
March 17, 2016 at 9:55 am
GeorgeCopeland (3/14/2016)
I am IT support for everyone who loves me. It is ok.
I always set their photos folder to cloud storage somewhere. Everyone has some.
All Windows 10...
March 15, 2016 at 8:18 am
This isn't a backup horror story, but a Windows 10 upgrade horror story.
I've got several machines at home. Desktops, laptops and one Surface 3. They were all running Windows 8.1...
March 14, 2016 at 8:36 am
Chord77 (3/11/2016)
Another thing to remember is that the Waterall has feedback loops much like agile,...
March 13, 2016 at 8:16 am
Thoughtful article, Steve. I've been in my current job less than a year, so in fairness to my employer and colleagues, I really may not have an accurate view of...
March 11, 2016 at 8:34 am
Wayne West (3/9/2016)
March 10, 2016 at 8:22 am
HA! HA! HA! (bitter laughter) Use Slack? Are you kidding? Where I work there are a lot of resources which are blocked. Slack is just one of them. Pigs will...
March 9, 2016 at 9:23 am
Viewing 15 posts - 1,246 through 1,260 (of 1,932 total)