Hello,
I am having problem with the Percentage calculation, I am calculating two values in two different columns, Now I want to take out the percentage using this two column values.
Max(IFNULL("Fact Table Name"."Col_1", 0) By "Fact Table Name"."Col 2", "Fact Table Name"."Col_3") = (Dividend)
MAX(IFNULL("Table Name"."Col_1"", 0) By "Fact Table Name"."Col_2", "Fact Table Name"."Col_3")+sum(IFNULL("Fact Table Name"."Col_4",0) By "Fact Table Name"."Col_2", "Fact Table Name"."Col_3") = (Divider)
Please Help Me
Thanks
Omar