Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a table that has barcodes listing along with other information. Now when the barcode is attached to a question Is this a retired barcode and the answer is yes, I want to exclude it from that table. How can I do that in Qlik Sense?
I could open it now, I thought of changing your count expression but it is dynamically generated from variable and the variables are loaded in script through variable.xls. So its not a good idea to change master measure when the need is to customize it in one table.
As a workaround I changed the Retired barcode? dimension to load only not yes values, to make it work I needed to deactivate 'allow null values' and zeroes in dimension and data properties.
If it is possible for you to use the variable expression directly in this table, it would not need to make the dimension as calculated dimension and the condition I suggested earlier can be incorporated in the measure expression.
Updated app is attached.
Are you talking about Script / front end.
The front end, since I want that data for certain parts. It's just that in the table I need to exclude it.
You can use like below
Sum({<BarCode -= {'01234'}>}Sales)
PS - Please pattern as per your need
May be In your expressions, you can add set expression like - Sum({<retired barcode-={'Yes'}Value) to exclude records with retired barcode = 'Yes'.
You may missed
Sum({<retired barcode-={'Yes'}>} Value)
I used that but it's not excluding it.
What is your expression?
I took it all off trying to fix it, but to start with all I had was [Bar Code] which just pulls in all the barcodes data.
In fact, We are expecting atleast expression or application could help more for you