OBIEE Case formula

ariel20029

Board Regular
Joined
Jun 20, 2013
Messages
97
Hi all,
I am trying to write a case in OBIEE for the first time. It does not like what I am doing. Can you take a look? I am trying to write a case based on the customer name ( we have about 15 special names give or take) that need to be identified, the rest get assigned to a category called ROW. ( Rest of World)

We have some customers that are customer name specific as to what template to use .. For example: CAT Supply,LLC used the CAT template were CAT Solutions will use the ROW template- otherwise a contain the customer name would work.
Also ,What would the formula look like for a line that would say contain Rabbit anywhere in the customer name?

CASE 'ABC VSOE Extract'.'Customer'.'Template'


[TABLE="width: 512"]
<colgroup><col span="8"></colgroup><tbody>[TR]
[TD="colspan: 6"]WHEN Customer 'CAT SUPPLY I, LLC' THEN 'CAT'[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 6"]WHEN Customer 'CAT DIVERSIFIED GROUP' THEN 'CAT'[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 6"]WHEN Customer 'CAT MOBILITY' THEN 'CAT'[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 6"]WHEN Customer 'CAT SERVICES, INC.' THEN 'CAT'[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD="colspan: 8"]WHEN Customer 'CAT GLOBAL PUBLIC SECTOR SOLUTIONS' THEN 'ROW'[/TD]
[/TR]
[TR]
[TD="colspan: 8"]WHEN Customer 'CAT SOLUTIONS CENTER' THEN 'ROW'[/TD]
[/TR]
[TR]
[TD="colspan: 8"]WHEN Customer 'CAT SOLUTIONS INC.' THEN 'ROW'[/TD]
[/TR]
[TR]
[TD="colspan: 8"]WHEN Customer 'DOG BUSINESS PURCHASING' THEN 'ROW'[/TD]
[/TR]
[TR]
[TD="colspan: 8"]WHEN Customer 'DOG BUSINESS PURCHASING LLC' THEN 'ROW'[/TD]
[/TR]
[TR]
[TD="colspan: 2"]ELSE 'ROW'[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]END[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I think its the CASE line that is the problem. The sample I looked at was over simplified.
thank you for your help and guidance.
Sharon
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.

Forum statistics

Threads
1,224,820
Messages
6,181,154
Members
453,021
Latest member
Justyna P

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top