Viewing 15 posts - 31 through 45 (of 61 total)
sure, something like this would work:
case when loan_balance > 50 then '> 50'
case when loan_balance <=50 then'<=50'
else ...
February 11, 2008 at 8:58 am
it's hard to give advises without seeing it :-), all and the amount of data you want to display.
i would also try to use a sub-report control even though...
February 11, 2008 at 8:55 am
if you want to split a report into 2 pages, please put a rectangle control after that section. go into property of rectangle and set up a page...
February 8, 2008 at 9:21 am
When you build your Report Model, build this field with >50 value, so it'll be a part of it.
then, when you make your ad-hoc report off this model, it'll be...
February 7, 2008 at 1:04 pm
since the reporting parameters are NOT a part of report body (pls. look at xml behind that rdl file), they cannot be rendered, sorry. only items that are within...
January 30, 2008 at 4:08 pm
may i add a few lines, please? when report is requested, it's using anonym. account on iis it's hosted, unless that anonym. account is disabled. it can be checked...
January 30, 2008 at 3:59 pm
thank you so much for writing me, that's awesome! i really appreciate it. here is something i found myself:
http://office.microsoft.com/en-us/performancepoint/HA101956561033.aspx
it is a self-paced training
January 15, 2008 at 11:26 am
i think i can answer my own question: need http connection in SSIS to that reportservice2005.asmx file and a web task that will call that method.
it'll look something...
January 14, 2008 at 12:18 pm
Hey,
i am not a "cube person", but BIDS is just tool to show data. in essense, when your tables are done processing, your reports will be refreshed automatically, unless they...
January 14, 2008 at 12:13 pm
I don't think i explained myself well. if i want to re-quiery /re-build my model with new data, i'll just select this model in BIDS, go into Reporting Model...
January 11, 2008 at 4:26 pm
sure. hard to say something without seeing your sql but i would run your sql again, order by that date and see if it has nullls. also, it may not...
January 11, 2008 at 10:48 am
Hey,
when you do the same thing your users does, does it work? then, please check if your User is at the same security group you data source connection is using....
January 11, 2008 at 10:30 am
does your field have some null values for that date? then, my guess your report model will have it too :-).
January 11, 2008 at 10:24 am
Thank you, Jack 🙂
actually, sql server and report server are on 2 different machines. and i think i figured it out: my data connection is configured to use integrated security...
January 11, 2008 at 10:02 am
i hear what you're saying & agree.. it works, but because the repots have several pages and they would like to see this on every page, we need to have...
December 14, 2007 at 12:16 pm
Viewing 15 posts - 31 through 45 (of 61 total)