Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tinaarnoldi/3077545 to your computer and use it in GitHub Desktop.
Save tinaarnoldi/3077545 to your computer and use it in GitHub Desktop.
SQL Grantedge Combine Fields into 1 TextBox Expression
=Fields!FundNumber.Value & " " & Fields!FundName.Value
@tinaarnoldi
Copy link
Author

Rather than having a text box for fund number and another for fund name, this expression will combine the two into one text box with a space in between.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment