2021-07-02 05:49 AM
2021-07-02 06:07 AM
2021-07-02 06:13 AM
2021-07-02 07:27 AM
concat ( if ( isundefined ({Property:YourGroup/Prop1}); ""; {Property:YourGroup/Prop1} ); if ( or ( isundefined ({Property:YourGroup/Prop1}); isundefined ({Property:YourGroup/Prop2}) ); ""; "–" ); if ( isundefined ({Property:YourGroup/Prop2}); ""; {Property:YourGroup/Prop2} ) )
2021-07-04 11:36 PM