Viewing 15 posts - 136 through 150 (of 641 total)
For others who may encounter this perplexing situation (which is unique because the drop down is NOT based on a query and neither does the main report query contain a...
August 9, 2014 at 7:49 pm
actually, it's really weird it's using PPCQuery, because I supplied the values for the drop down by typing them in. The parameter values are not supplied by a query!
The...
August 8, 2014 at 11:03 am
i have only one drop down box.
August 8, 2014 at 10:58 am
too late, I figured it out. Each number has to be divided seperately.
select cast(18 as float)/cast(19 as float);
select convert(decimal(5,2),18)/convert(decimal(5,2), 19);
Spare me the long winding road to nowhere
August 7, 2014 at 10:08 am
select 18/19 still gives me zero.
Someone, please show me how to divide integers so that 94/18 gives me .19
I know I've done this before and can't understand where this...
August 7, 2014 at 10:04 am
lynn....this time...
replace('2014-07-30', '-', '')
hee haw. Thanks a lot
just keep it tame!
July 30, 2014 at 7:14 pm
you're on to something. I missed that. Thanks. I shall maybe need to convert!
July 30, 2014 at 7:02 pm
No, because the sproc is expecting the 20140625 format. The sproc works by the way.
I don't see where in my post i use a date format such as you...
July 30, 2014 at 6:48 pm
Thanks a lot Koen
July 30, 2014 at 5:13 pm
When I use the File Enumerator Property: FileNameRetrieval instead of FileSpec for the expression "*"+@[User::datePart]+".txt.zip".....
it finally maps this expression to the zippedFile variable and loops!!!!!! yay.
but.
now...after iterating through all the...
July 19, 2014 at 10:34 am
Koen Verbeeck (7/16/2014)
Put a breakpoint on the for each loop and before it starts iterating check if all the values of the variables and the expressions are what you expect.
Koen,...
July 18, 2014 at 3:14 am
could someone take the ddl i provided and details of set up and try to reproduce and find the location of problem? I'm stumped.
July 17, 2014 at 3:37 pm
ok, I don't see the value of the breakpoints. I set it as advised, and the breakpoints window is only telling me that it ran: name, hit count, file, address,...
July 17, 2014 at 7:12 am
Viewing 15 posts - 136 through 150 (of 641 total)