Viewing 15 posts - 16 through 30 (of 44 total)
I don't think Expressions are valid in Location Property as i tried once.But i am not sure How to express in VB? I am Glad if you can post a...
June 15, 2006 at 10:55 pm
I don't think Expressions are valid in Location Property as i tried once.But i am not sure How to express in VB? I am Glad if you can post a...
June 15, 2006 at 10:55 pm
Hi martin,
thanks for your reply,can you pls let me know How to keep the interval between days to be variable. i feel i didn't find any option to keep the...
June 14, 2006 at 3:09 am
hi dan,
Why don't you find the difference between the two sub reports.when you say both are working individually..interchange the two queries as they look similar and just check whether...
June 12, 2006 at 5:52 am
Try Hidden and internal parameters in the report parametres dialogue box.
if you can explain me the exact scenario you are searching for, i can help you.i am not clear...
June 11, 2006 at 10:57 pm
Try this
= DateAdd(dateinterval.year,-1,Today)
Regards
Raj Deep.A
June 11, 2006 at 10:53 pm
Dont we have any thing to fix the table size per page in reporting Services
June 5, 2006 at 4:31 am
No body had an idea.I was waiting for the reply.pls.........
Regards
Raj Deep.A
June 2, 2006 at 7:21 am
Why don't you write a stored procedure which displays a variable that is made to store each and every row in the column to concatenate with it selves seperated...
May 23, 2006 at 6:54 am
you are not granted permission to view the content.
I mean even though you installed report manager, the user from which you are trying to connect the system is not given...
May 23, 2006 at 6:24 am
Try this
=iif(RowNumber(Nothing) Mod 2,"White","PeachPuff")
May 17, 2006 at 6:15 am
Set the Dataconnection.assuming you are using reportmanager. i would like to say this
Go to properties --> datasources-->Shared Datasource or Connection String.This may solve your Problem.
Thanks
Raj Deep.A
May 17, 2006 at 6:11 am
If you can post the queries which you ran on query analyser and report .it would be helpful to us to evaluate the problem.Post the values you are trying...
May 17, 2006 at 6:07 am
Give like this
for listing the values in the dataset
Select null your_column from your_table
union
select yourcolumn your_column from your_table
it wont ask for null
as now null is the part...
May 12, 2006 at 4:18 am
Hi All
so What i thought is i can use isnull(@paramvalue,columnname) in the where clause.
The above all will work ,when and only when the Allow Null value is enabled in the...
May 5, 2006 at 2:54 am
Viewing 15 posts - 16 through 30 (of 44 total)