Home 2018 juin

Monthly Archives: juin 2018

Comment mettre en place le chargement incrémental ?

Etape 1 : Chargement initial (onglet 1) nourriture: LOAD id, , , location, date(lastupdate) as lastupdate FROM (biff, embedded labels, table is Feuil1$); store nourriture into 'nourriture.qvd' (qvd); // date max , (onglet 2)...

Comment utiliser une variable dans une clause WHERE ?

1. don't set the variable in the script to an empy value (let Myvar = '';)   2. use right notation in Where Clause:   WHERE (Field1 =...

Comment faire un Between dans une expression avec deux variables ?

a tester =num(count({<SEXE = {'homme'},AGE = {">=$(vTopX)"}, AGE = {"<=$(vTopX2)"}>} ),'# ##0;(# ##0)')   sinon bon :   =num(count({<SEXE = {'homme'},AGE = {">=$(=vTopX)<=$(=vTopX2)"}>} ),'# ##0;(# ##0)')

Comment faire une pyramide de comparaison ?

Introduction This document shows you how to configure a bar chart to create a Population Pyramid visualization. By default, QlikView doesn't have a Pyramid chart,...

Comment changer la couleur d’un onglet actif

if(GetActiveSheetId()='DocumentSH03',lightgreen(),white())

Changer de couleur quand une valeur est sélectionnée ?

if(GetFieldSelections(LOCAL_ORDER_TYPE)='TRANSFERT',red(),Black())
- Advertisement -

MOST POPULAR

HOT NEWS