Viewing 15 posts - 61 through 75 (of 111 total)
Sorry I was looking at the wrong report
but I'm still getting an error saying : input string was not in a correct format
October 26, 2009 at 8:22 am
Hi I tried your suggestion but I still get an error
the value expression for the textbox 'staffcount' has a scope parameter that is not valid for an aggregate function.
October 26, 2009 at 8:16 am
Hi Thanks for the feedback
according to my thinking if headcount = 0 then that department should not even be there. anyway I found that headcount is not 0 but...
October 16, 2009 at 2:15 am
Hi
They are included in the select, but now I get an error that say invalid column names when I use brackets
October 13, 2009 at 3:32 am
Yep!
I'm also confused. Iam trying to rewrite a report that was written in excel and the formulas used are just not adding up. To calculate turnover percentage they have avgTerm...
August 19, 2009 at 7:20 am
Well....
Period is a numeric field and headcount is varchar.
Period Staffno Headcount
200901 123456 Headcount
200901 345612 ...
August 19, 2009 at 4:58 am
Hi
I use the expression you provided
=IIF( Join(Parameters!Consolidate.Value,", ") = "ALL", "Retail HeadCount : "& Parameters!EndPeriod.Value.ToString ,
strConv(Join(Parameters!Consolidate.Value,", "),3) & " HeadCount : "& Parameters!EndPeriod.Value.ToString)
and the consolidate parameter is as...
August 18, 2009 at 5:10 am
Hi Gavin
I just don't know what I changed or didn't but it's now working fine. Thank you very much for your help
August 18, 2009 at 4:51 am
Hi Gavin
Thanks for the feedback, it works but I would like to replace the word "ALL" with "Retail" during run time.
ie. the heading should be "retail headcount report for period...
August 18, 2009 at 4:40 am
Hi Randy
Thanks for the feedback.
I would like to have those totals next tothe related fields. e.g
Totalheadcount should be next to contractors then we'll have vacancies followed by TotalVacancies and...
June 18, 2009 at 7:30 am
Thanks for the feedback guys. I think I will use Steve's Idea
- or wrap your own outer layer of control (e.g. aspx app, you handle the collection of parm values...
June 8, 2009 at 1:28 am
Viewing 15 posts - 61 through 75 (of 111 total)