Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jose123456
Contributor
Contributor

ayuda con qlikview

hola a todos necesito  ayuda con esto ,  necesito   asignar niveles a clientes  por su suma de puntos .

para esto  tengo  esto:

RANGO_puntos:

IntervalMatch([Number of Points])

LOAD * INLINE [

    Iniciop, Finp

    100, 350

    351, 1800

    1801, 18000

    18001, *

];

LEFT JOIN (RANGO_puntos)

LOAD * INLINE [

    Iniciop, Finp, Rango_puntos

    100, 350,  nivel 1

    351, 1800, nivel 2

    1801, 18000, nivel 3

    18001, *,  nivel 4

];

en la dimension utilizo  RANGO_puntos y en la expresion es donde tengo el problema

como  cuento y agrupo la suma de los clientes.

0 Replies