Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Use excel or another source instead of inline.
Use excel or another source instead of inline.
Thanks cisco,
I've found another way, using variables....
Hi dperte85,
got the sam trouble, could you explain how did you use variables to solve this problem ?
thanks a lot,
regards