Drop Down Box Concatenation

E

Eric

I have a Sharepoint List that contains 3 columns. In a drop down box
in InfoPath, I want to concatenate two of those columns together. I
have been trying to do this through the xsl but I can't figure out how
to. So for example, say my list looks like this...

Column 1 Column 2 Column 3
Data C2Data1 C3Data1
Data2 C2Data2 C3Data2
Data3 C2Data3 C3Data3

Each dropdown box option will concatenate column1 with column 2 so the
drop down options will look this...

Data C2Data1
Data2 C2Data2
Data3 C2Data3

How can I do this????? I know to use the concat function, but I can't
get the right values to concatenate together!!! I'm really having
problems getting the value from the second column.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top