Resolved! Build a variable string based on checkmarked variables
I would like to build a temporary variable based on what checkmark variables have been selected If thrid_party_bidm == 'true'add/concatenate 'BIMD ' to temp_variable If thrid_party_cbms == 'true'add/concatenate 'CBMS ' to temp_variable If thrid_par...