Viewing 15 posts - 16 through 30 (of 38 total)
Nevermind All,
I found the answer!
"I setup a conditional display of the drill-down icon on a table report
similar to your situation. Here's what I did:
1) Make sure...
April 21, 2006 at 5:46 am
Moe,
I don't know if this is what you are looking for but here is what I use.
In VS.Net on data tab....
CONVERT(numeric(9, 2), dbo.Table.Field / 8) AS Days
Hope that helps,
Kerrie
March 28, 2006 at 5:49 am
Thanks for replying. I got it finally.
Thanks again, Kerrie
March 20, 2006 at 11:56 am
Thanks for replying!!!!!!
I finally figured it out last night. I had to group by one of the select statements (INVD Table) and do complex where statements on the INVD and...
February 17, 2006 at 5:49 am
Thanks for the reply.
After going and reading through everything, I think your right. I will try that next.
Thank you so much for your help!!!!!
Kerrie
February 8, 2006 at 5:34 am
Thanks for your reply!!!!
Here is from dataset1..
SELECT
SUM(CSIOWNER_ACS.V204060_INVD.AVAIL_INVENTORY) AS AVAIL_INVENTORY, SUM(CSIOWNER_ACS.V204060_INVD.LINE_INVENTORY)
AS LINE_INVENTORY, SUM(CSIOWNER_ACS.V204060_INVD.SCRAP_INVENTORY) AS SCRAP_INVENTORY,
SUM(CSIOWNER_ACS.V204060_INVD.RECV_INVENTORY) AS RECV_INVENTORY, SUM(CSIOWNER_ACS.V204060_INVD.DROP_INVENTORY)
AS DROP_INVENTORY, CSIOWNER_ACS.V204060_OORD.PLAN_RECV_DATE AS PLAN_RECV_DATE,
CSIOWNER_ACS.V204060_OORD.LINE_NBR...
February 7, 2006 at 1:17 pm
Thanks, that did it!!!!!!!!! Learned something new also!!!!
November 22, 2005 at 8:20 am
Thanks for your help, I learned something new today. I did change it like you said and got the same error. So I changed...
November 21, 2005 at 7:48 am
Thanks to both of you, I got it!!!!!
I love this forum
September 27, 2005 at 2:51 pm
I have a from query prompt (its own dataset), lets say a state prompt. I want it to default to Ohio. I can hard code it in. But when I...
September 27, 2005 at 1:33 pm
Hi,
I do not think you can. That table belongs to dataset, once you "assign" it. I have tried with a table and a matrix, i could not get it to...
September 27, 2005 at 12:12 pm
Hi,
1.)Check the report to make sure it is with in the boundaries of the page size. (To get the Report properties click on the left corner at the top of...
September 27, 2005 at 12:05 pm
HAPPY DAYS ARE HERE AGAIN!!!!!
YOU GUYS ARE THE GREATEST!!!!!!!!!
Thank you both so much!!!!!!!
It worked!!!!
September 26, 2005 at 8:54 am
The report is of our product cases. (I work for a software company)
Here is my select statement
SELECT ProductName, ProductVersion, CaseSeverity, ServiceCenter, CaseStatus, CaseEnteredDate,
...
September 26, 2005 at 8:34 am
Thank you, that is the closes that I have gotten as of yet.
Is there a way to make the OPENED column include the resolved, opened, waitcust, etc? The result that...
September 26, 2005 at 7:47 am
Viewing 15 posts - 16 through 30 (of 38 total)