Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to filter the data.

Hi ,

I have managed to filter the data in this scenario where my requirement is to pull only the "Live service attributes" and their "totals" for the respective months.

I have used the expression only to pull the "Live services" onto the group name without 'Test service' which is not required.

I have managed to some extent on the group name showing only the Live services but How to stop the Test service attributes in the rest of the attributes and their totals.

Here is the file I am working on.

  • First Pic shows all the data in the Group name Including Test service which is red rounded circle having the service id's.Only the green is the one we are interested.
  • Second Pic shows in the group name only showing the Live services that starts with number 272 attribute. but you can see those total value for the service attributes is not changing even after filtering the data.

    

Dont know where i am doing wrong or Am i missing something.

Let me share the expression I have used.

"=if(not WildMatch(service_name, '*Test*'),group_name)" n Group_name dimension.

Any help is really appreicated.

thanks.

endpoint.png

services.png

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hello Vamsi,

Try this. Suppress Null values for your calculated dimension.

Filter.JPG

View solution in original post

10 Replies
xyz1
Creator III
Creator III

 
xyz1
Creator III
Creator III

let me know if it works.

Anonymous
Not applicable
Author

No It is not working .It is pulling all the data including TestService.services.png

xyz1
Creator III
Creator III

.

 

Anonymous
Not applicable
Author

I have already used that expression which is working pulling the Live services but my issue is that expression is not stopping the test service attributes coming on to the pivot table.

Anonymous
Not applicable
Author

Hi Vamsi,

There is nothing wrong with your expression. Check "Suppress Null Value" for your dimension in chart properties will solve your problem.

Anonymous
Not applicable
Author

Hello Vamsi,

Try this. Suppress Null values for your calculated dimension.

Filter.JPG

Anonymous
Not applicable
Author

Brilliant.Thanks vishwa.I was breaking my head on this since morning.

That thing changed the figures though not sure if it is wat my PM wanted.

But thanks for your help.

Anonymous
Not applicable
Author

Hi Vamsi,

Please mark it as helpful if it solved your issue. Thanks.