Forum Discussion
Anonymous
6 years agoNot applicable
Link multiple value column
Hi , I've a issue here. I am trying to create a relationship between two tables as shown in the picture. I am looking to have one table that filters Minimum requirement, actual skills , Descripti...
- 6 years ago
Hi Anonymous ,
Click the visual>go to field>right click the column(not showing all the data)>"show item with no data":
Check whether this way will present all the data.
Best Regards,
KellyDid I answer your question? Mark my post as a solution!
amitchandak
6 years agoSuper User
Anonymous , You can create a concatenated column and use that as key
key = [col1] &"-" & [col2] &"-"& [col3]