Viewing 14 posts - 1 through 14 (of 14 total)
Jeff Moden (3/26/2016)
Sachin Nandanwar (3/26/2016)
ALTER FUNCTION [dbo].[Getgrnqty_test2] (@ItemCode VARCHAR(10))
RETURNS TABLE
AS
BEGIN
RETURN
(SELECT S1.divisionid,
...
March 28, 2016 at 1:33 am
Sachin Nandanwar (3/26/2016)
ALTER FUNCTION [dbo].[Getgrnqty_test2] (@ItemCode VARCHAR(10))
RETURNS TABLE
AS
BEGIN
RETURN
...
March 26, 2016 at 5:18 am
Sachin Nandanwar (3/26/2016)
March 26, 2016 at 2:57 am
Thanks.I have sorted this out.after scouring through tables i found some keys that matched and worked from there.Took me quite a while but i sorted out
March 26, 2016 at 12:53 am
I have most of the info.i would've liked to run the report once.Looks like ill have to run the goods sold and then received and then filter out what i...
March 22, 2016 at 3:44 am
My director wants to see a Unit sellingprice for the item '0000'
To do that:
i have to join on primary keys(no foreign keys).
I have to join on the STOCK table and...
October 10, 2013 at 1:01 am
I have run the query without the case statement and it shows the correct value
here is the sample code
SELECT DISTINCT I.Alternatecode, I.ItemDescr, I.ItemCode, S.Quantity,
S.ActualSellPrice , s1.TradingDate,s.Branchid,c.poscolourcode,s1.docketdate,st.SellPrice1,
case
when
st.markdownprice1 is...
October 9, 2013 at 5:02 am
Let me give that a try.thanks
Any easier way?
September 19, 2013 at 7:39 am
I work for a retail clothing company so when we bought the POS package the developer done everything.I was more in the technical/support side of things.Recently my company decided on...
May 24, 2013 at 12:37 am
Thanks guys.I did checkup and spoke to the developer.There are NO foreign keys
May 23, 2013 at 1:53 am
Yes i do have and yes they are trusted.I did the diagram once before and it worked,but i didn't save it.
May 21, 2013 at 2:00 am
Viewing 14 posts - 1 through 14 (of 14 total)