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: 
Not applicable

Coma Dynamic Chart

Hi,

I'm developing a dynamic chart but I have a problem with the expressions with coma, here is part of my in line expressions table:

ExpName, Expression

    Consultas,COUNT({<DS_PROMOCION,CD_PROMOCION>}DISTINCT CD_CONSULTA)

    Usuarios, COUNT(DISTINCT CD_USUARIO)

    Pedidos,COUNT(DISTINCT CD_PEDIDO)

   ;

The first one doesn't work  because of the coma between DS_PROMOCION and CD_PROMOCION, I've tried using chr(44) but nothing...

I'm using QV10,

Any idea???

Cheers,

David

1 Solution

Accepted Solutions
Not applicable
Author

Use excel or another source instead of inline.

View solution in original post

3 Replies
Not applicable
Author

Use excel or another source instead of inline.

Not applicable
Author

Thanks cisco,

I've found another way, using variables....

Not applicable
Author

Hi dperte85,

got the sam trouble, could you explain how did you use variables to solve this problem ?

thanks a lot,

regards