I am using the following code direct in the view and with the view shortcode [mbv name="app-start-price"]:
<div>
[CBC show="n" country="sg, my"]
{% set field = attribute( post, 'start-price-usd' ) %}
{{ field }}
[/CBC]
[CBC show="y" country="sg"]
{% set field = attribute( post, 'start-price-sgd' ) %}
{{ field }}
[/CBC]
[CBC show="y" country="my"]
{% set field = attribute( post, 'start-price-myr' ) %}
{{ field }}
[/CBC]
<div>