Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Parameter passing into column

user10441472Feb 25 2010 — edited Feb 25 2010
Hi ,
We have one prompt as TimeHorizion. How can we pass this value in column formula.
I mean based on user selection I should pass TimeHorizion value in to column formula
I wrote following query in column formula but it is not working properly
CASE WHEN Time Horizon Duration = @{TimeHorizion}THEN "Pipeline Product Agg"."Estimated Revenue" ELSE 0 END.

If user select 30 days then we should get revenue for 30days period only
FYI: TimeHorizion values are 30 days, 60 days, 90 days and 100 days.

Due to ETL issues we can’t use that prompt value in filtters.

Any help would be appreciated.

Comments

Locked Post
New comments cannot be posted to this locked post.