I am struggling with something in pentaho and I am not entirely sure if pentaho will be able to handle this problem. I will try explain as best I can.
So I have a column in my fact sales called reference number, which I must use to lookup an ID from the dimension table and return the ID. But if the first column i did my lookup on in the dimension returns a null , I need to check the same field from fact table lookup in another column in dimension and then another column again.
Is there a way in Pentaho where i can ask it to go through a process of 3 different lookups and return the id if a match in one of those 3 columns exist into the same column in fact sales.
I'm using MySQL as my database