Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Abhi999
Contributor III
Contributor III

Name={$2}

If($(Num(Count({<$($1),[%ID_Cycle_Plan]={*},Channel_Code={$2},Cycle={1}>} DISTINCT %ID),
vMaskInteger)($1,$2))

 

 

in above expression just want to know Channel code ={$2} what it perform. I f anyone have any idea on this please help me.

1 Reply
tresesco
MVP
MVP

This looks to be a variable definition with parameters. $2 is the second parameter. When you call the variable, you are expected to pass two arguments to it. The second argument is supposed to be a value to channel code.