Oracle AI Data Platform Forum

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Sales Region Value auto-fill

Received Response
17
Views
1
Comments
User_YABJ5
User_YABJ5 Rank 1 - Community Starter
edited Mar 17, 2026 12:15PM in Oracle AI Data Platform Forum

Hi!
I am trying to mark all regions except one (Southwest) as inactive (value = 3) automatically using a measure. This measure should look at the Sales region and if it is not "Southwest" it should mark it as 3.I did it manually and it worked but now I need it make it automated. I tried this formula : if(" Sales Region" <> 'Southwest', '3', null). The system tells me that the expression is correct but when I try to open a table with this measure it shows me an error.
I would appreciate any advice on this issue!

Answers