Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I manage to create a simple alert to test my SMTP parameters and it worked.
Thus, I would to have my data in the right format, and Qlik send me a CSV file where each row look like this :
5515,1, 39 € ,2 €,"5,74%"
I think this "€" is "€"
Is there a possibility to choose the format in the csv file ? Or have a excel file instead ?
Second question :
When I create my alert, I would like to add multiple dimension, but I didn't manage to do so.
Is it possible ?
Many thanks for your help.
Hi
May be try this
Num(Amount,'#,##0 €')
Or
Num(Amount,'#,##0 [$€]')
Or in Load script set below
SET MoneyFormat='#,##0.00 €;-#,##0.00 €';
Hi,
For the Excel part , check this , but its available only in Qlik cloud I think.
Hi
May be try this
Num(Amount,'#,##0 €')
Or
Num(Amount,'#,##0 [$€]')
Or in Load script set below
SET MoneyFormat='#,##0.00 €;-#,##0.00 €';
Hi,
For the Excel part , check this , but its available only in Qlik cloud I think.
Many thanks @avinashelite, @Chanty4u