Title | Single line of text |
Chargeback Type | Choice |
Site | Choice |
Chargeback Rate | Currency |
If(
IsBlank('EMA Site_DataCard1'.Update),
"NaN",
Text(LookUp(SCB_Rates, Site.Value = 'EMA Site_DataCard1'.Update && 'Chargeback Type'.Value = "Cost to Document").'Chargeback Rate' * _Rate, "00.00")
)
If(
IsBlank('EMA Site_DataCard1'.Update),
"NaN",
With(
{
baseRate: LookUp(SCB_Rates, Site.Value = 'EMA Site_DataCard1'.Update && 'Chargeback Type'.Value = "Cost to Document").'Chargeback Rate'
},
Text(
baseRate * _Rate * If(Dropdown_Currency.Selected.Value = "THB", ExchangeRate, 1),
"00.00"
)
)
)
UpdateContext({ExchangeRate: 35}) // Example: 1 USD = 35 THB
WarrenBelz
146,518
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,692
Most Valuable Professional