Parameter passing into column
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.