Microsoft
Software
Hardware
Network
Question : SQL Reporting - Join Multiple Strings Returned From a Dataset
In the attached screen shot you’ll see that I have “txtProposedInsured” highlighted in blue. This needs to be a list (string) of the applicants separated by semicolons. I’m trying to figure out how to do this. I’ve been playing around with the join statement below but I know this will only return the first applicant. Do you know how to do this? It needs to appear like Julie Grober; Dustin Jaques; Cole Nixon; Nate Howard;
The “txtOwner” is similar but in this case I need to query out only primary owners and have them separated by semicolons. The paragraph needs to wrap as more owners are listed.
=Join(First(Fields!Name.Va
lue, "PrimaryApplicants"), ";")
Answer : SQL Reporting - Join Multiple Strings Returned From a Dataset
I found a solution to my problem. I created an internal text parameter that allows multiple values. I pull the default values from a query. My expression then uses my new parameter.
=Join(Parameters!ListOfPri
maryApplic
ants.Value
, "; ")
Random Solutions
How to install Win2K to a Toshiba Portege 3440CT when the PCMCIA CD-Rom will not power up when booting from floppy or HDD
Regex and VB.NET - Richtext selection
Bulk Insert Excel spreadsheet
How do I get Windows Server 2008R2 with Remote Desktop Services to use a Remote Desktop Client's audio hardware for VOIP?
Improving SQL Server 2005 performance (Database re-vamping help needed)
GPO Server 2003 XP Pro Clients Wallpaper
GetUserProfileByName Issue after form is submitted
2008 server & 2000 Professional client
Question about Win7 x64 and 32-bit programs.
Normal.dot NOT set to read-only, but i cannot delete or rename it