Hi all I wanted to use a variable with parameter and use 'total' as parameter. Like this expression $(eCountDistinct( total )) So far so good. When I want to expand the total with 2 parameter...
hi how can i represent a variable which ignores the Dimension? like: vSales($1,$2) where vSales = sum({$<dim1={a},dim2=>} sales) with Parameters, how is this representation? v...
Hi, I have a document using variables with parameters throughout. The parameters are $1,$2,$3,$4 and $5. I would like to know the values assigned / passed to parameters $1 and $2. How would I g...
hi experts, i have a variable that gives me a total count of if there is downtime in my report: let vDowntime "=count(total {<time_complete*={'0'}>} time_complete)" so that i can set the c...
Hi, I have several calculations that I want to put into variables and they would need to accept a variable as a parameter. E.g., I have a calculation as: SUM( {< $(vLatestMonth), FLAG = {'Y...
I'm trying to pass the results of a variable with parameters to another variable having parameters but I can't quite get it to work. I have this 2 variables which work when they are not nested....
Hi, I have a variable with 2 parameters : FuncCal=SUM({<Year={$1}, Month={$2} >} TimesValue) And when I call it in my Pivot Table it's not working : =$(FuncCal(max(YearSelect),m...
Hi I have a expression that I use on certain graphs, but I want to convert it to a variable variable with parameters. This is the original expression (working): = Sum({<PeriodoNumVol = {"&g...
Hi, I am trying to learn and understand how parameter passing works for qlikview variables. In the attached app, can someone tell me why the expressions defined in the chart as: =$(v...
Hello guys,
I have some variables in my qlikview app, like vCountry(1), it is return the Country Name, and I need create the report dynamically for each country because I have a lot of i...