Home 2018

Yearly Archives: 2018

Comment afficher la première et la dernière valeur d’un diagramme en ligne sur qlikview?

  also works If(=Min(TOTAL ) or =Max(TOTAL ),Black()) OR Pick(Match(, Max(Total ), Min(Total )),Blue(), Green()) (the last option gives you the choice of different colors) RudyK

Comment espacer les valeurs dans un camembert qlikview?

Follow these steps to create a pie chart with staggered labels: 1. Create a new pie chart. 2. Add your dimension. 3. On the Expressions tab, add...

Comment comparer les années avec les indicateurs ?

Introduction This document shows you how to include arrows on charts to compare year on year data. This technique is useful to compare increase or decrease...

Comment utiliser le substring dans Qlikview ?

The string function 'mid' has features similar to SQL substring function. An extract from the Qlikview Reference manual is below:   mid( s , n1  ) Substring of the string s....

Comment calculer l’age dans Qlikview ?

=Age(Today(), CLT_DAT_NAISSANCE)

Quelles est la différence entre date() et date#() dans Qlikview ?

Date() is to format a number as date string / text, Date#() to interpret a string as date number.   Date#() is used how to interpret the data. ...

Comment ajouter la valeur maximale dans une variables ?

Transactions: SQL SELECT trn_uid, trn_no, trn_calendarDate, trn_fiscalDate FROM transact;   Temp: load max(trn_calendarDate) as maxCDate ,max(trn_FiscalDate) as maxFDate resident Transactions;   LET vMaxCal = peek('maxCDate'); LET vMaxFiscal = peek('maxFDate');   drop table Temp;

Comment afficher l’utilisateur connecté dans le rapport qlikview ?

Check this OSuser( ) Returns a string containing the name of the current user as returned by the operating system. QVuser( ) Returns a string containing the name...

Comment filtrer plusieurs valeurs dans une expression ?

=num(count({<CANAL = {'SOSHCARAIBE'}, VALUE_INCLUDING_TAX={'sosh 4,99€','sosh 24,99€','sosh 34,99€'} >} ORDER_ID),'# ##0;(# ##0)')

Comment créer une pyramide des ages ?

Introdução Utilizar de recursos tradicionais para exibir informações de maneira personalizada pode adicionar maior valor agregado a forma como o usuário navega, analisa e toma...
- Advertisement -

MOST POPULAR

HOT NEWS