Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I'm new to Qlik Sense and I'm having trouble writing a set expression. I need to fetch the sum of sales where profit is 0 for each client.
I tried the following expression, but it's not working
=SUM({<profit={0},period={'FY23'}>}sales)
Where am I going wrong? Could you please help me understand?
In case it is textual, please use the formula below:
=SUM({<profit={'0'},period={'FY23'}>}sales)
At this point I recommend that:
I remain available for further information
Thanks
Hi,
expression have a right syntaxis, but I don't sure about your type of date.
Can you attach a screenshot of your table please? Or example?
Type of data in "profit" is numeric or textual?
Thanks
HI Gomeri, It's textual.
In case it is textual, please use the formula below:
=SUM({<profit={'0'},period={'FY23'}>}sales)
At this point I recommend that:
I remain available for further information
Thanks