Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, It is similar to standard funnel except that the target values of all the stages before the last is calculated based on the last stage target value and a constant called target factor. Thank you.
-
Hi, I think you have to write the case statement for this. Like Case when "loan.amount"<= 1 and "loan.amount">=10k then ' Up to 10k' when "loan.amount"<= 10k and "loan.amount">=50k then '10k to 50k' and so on... end. In column and then just take another column sum(customer). Thank you.
-
Hi, As you can see in the following screen shot, in funnel view always there is one expected value must be present for each stage. In your case, I think the highlighted values are getting vary as per order status. Thank you.