Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago

Combine 4 Measures into One Column

Hi, 

I have the following logic which essentially combines 2 measure into the one column. However, I have added in 2 extra measure that also need to be added into the logic below, any idea how I would do this please?

 

offset = IF(app_spend[app_bal]<>BLANK(),app_spend[app_bal],app_spend[new_bal])
 
I need to add in the following 2 measure:
app_spend[app_in]
app_spend[app_out]
 
Is this possible, please?

2 Replies