Viewing 15 posts - 31 through 45 (of 49 total)
This is exactly my problem and my sql. The report has cascading parameters and it works well for a single value. I tried to make it work for multi- select...
December 10, 2013 at 2:00 pm
Thanks for your information but what should I do on this case?
December 10, 2013 at 10:33 am
The error is this "the Select list for the insert statement contains more items than the insert list. The number of select values must match the number of INSERT columns....
December 10, 2013 at 10:19 am
Actually my value has the closing parameter. I must have have missed it when I copied the sql to paste on this forum
December 10, 2013 at 9:08 am
I was refering to expressions and not sql. Anyway I later found out the correct one to use.
For other people who might have the same problem, the correct expresion...
September 12, 2013 at 10:43 am
Thanks Erland Sommarskog
I will check the code again with your suggestions in the office tomorrow.
EO
September 10, 2013 at 4:10 pm
Hi,
I have tried the SELECT distinct but it didnt work. As Erland Sommarskog said in the first reply that it has to do with the Joins so I am...
September 10, 2013 at 2:50 pm
Hi ,
This is the code that I have. I really want to know which one is inserting the duplicate that violates the primary key constraints.
Thanks
DECLARE @History Table
(
Jobnumber INT...
September 10, 2013 at 2:36 pm
Thanks for your response. I just read about this before you posted it. I will try it in office tomorrow
September 5, 2013 at 2:50 pm
Could you help me put that into the URL expression. The target that needs to open in a new tab is the Product ID
July 5, 2013 at 8:01 am
You guys got it. I was looking at Functions in the report model and it didnt specify to use Join in the lookupSet
October 19, 2012 at 5:13 am
Hi,
I do not think your problem is the same as mine. As a matter of fact, I do not think mine is possible with a lookup. I have to find...
October 3, 2012 at 1:01 pm
Wow. I used earlier =Format(Fields!DateField.Value, "ddmmyyyy") but it was'nt working but when I changed the mm to MM like you stipulated, it worked like a magic. I never knew that...
July 26, 2012 at 6:09 am
Viewing 15 posts - 31 through 45 (of 49 total)