Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 How to build an expression on a textbox?

Author  Topic 

pmak
Starting Member

41 Posts

Posted - 2006-03-29 : 14:37:05
Can I build an expression on a textbox in a report using Sql 2000 reporting services with a "Sql Select" statement based on the dataset? There is a parameter user selected on the dropdown and it generates a dataset from the store procedure. This parameter is used on a subquery for this dataset in the store procedure and it will return with the records containing other parameter IDs. However I need to assign a record on a textbox and require to filter out the record with the same parameterID user selected in the dropdown. Thanks.

Eg. Parameters!Person.Value=2 selected in the dropdown

Recordset: SearchName

PersonID LName FName
1 Doe John
2 Doe Peter
3 Doe Jane

I need to assign the the name Doe, Peter on a textbox.

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2006-03-30 : 00:33:55
It is better to post this question at Reporting Services Forums to get better answers
http://sqlteam.com/forums/forum.asp?FORUM_ID=21

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -