If Statement show and hide

Goal: name1, name2, name3 (show and hide comas in between and names if they are selected) 

Default is N/A if no names are selected

What I have tried: 

if(isnull({pv!process.name1,pv!process.name2,pv!process.name3}), "N/A","") & if(isnull(pv!process.name1), "",", "& pv!process.name1) & if(isnull(pv!process.name2), "", ", "&pv!process.name2) & if(isnull(pv!process.name3), "", ", "&pv!process.name3))

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data