Hello, I want to use a description depending on a seleted value of a Variable input in a chart. Is it possible to create custom functions in Qlik Sense. I tried to put the formula in a variable like this vKpiDesc =if($1='kpiSales','Sales €','Costs €') and use vKpiDesc($(vKpi1)) in the description property of the chart. But that doesn't seem to work. Even if I put =if($(vKpi1)='kpiSales','Sales €','Costs €') directly into the description property of the chart it always shows the else-part of the if statement. Any idea?