2021-07-02 02:49 PM
 
					
				
		
2021-07-02 03:07 PM
2021-07-02 03:13 PM
 
					
				
		
2021-07-02 04:27 PM
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-05 08:36 AM
