cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Input Parameter in Restricted Column

Former Member
0 Kudos

Dear All,

     Can anyone suggest me how to use input parameter in restricted column .

Since i have requirement to give Year (NVARCHAR) as input parameter and i want key figure one with the entered year and another one with less than the entered year.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

try to use not restricted, but calculated column:

if ("YEAR"<'$$VAR_YEAR$$',"MEASURE",0)