Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
eprehu
Contributor III
Contributor III

Recuperer la ligne vide

eprehu_0-1655711565353.png

Comment puis je recuperer la ligne vide qui contient le 18006 ? 

MErci

Labels (1)
2 Solutions

Accepted Solutions
Andrei_Cusnir
Specialist
Specialist

Hello,

 

If my understanding is correct, then you want to get the count of "Customers" where the "Customer Age" is not provided. Here is an example of how you can achieve that and you can get the logic behind it to modify it based on your needs:

 

1. I have loaded fake data:

 

2. On my side, this is the outcome:

 

3. So I need to get the value "11", which is the equivalent of your 18006.

 

4. I have used the measure in Text & image object: count({<[Customer Age]={""}>}[Customer Age])

 

5. The outcome is:

 

As you can see it gave me the desired count.

 

I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members. 
 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂

View solution in original post

Andrei_Cusnir
Specialist
Specialist

Hello,

 

It probably has to do with your specific dataset. I can see that the first column is your dimension and some values appear to be small numbers that could possibly represent age and there are larger values that possibly represent years. So it is a little bit confusing as to how exactly this dataset is represented. 

 

Can you please try the specified expression in a KPI object or an Text & image measure? Please share the result that you are getting. If it is counting more than 18006, it could mean that the dataset might have some values that are not parsed properly. 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂

View solution in original post

3 Replies
Andrei_Cusnir
Specialist
Specialist

Hello,

 

If my understanding is correct, then you want to get the count of "Customers" where the "Customer Age" is not provided. Here is an example of how you can achieve that and you can get the logic behind it to modify it based on your needs:

 

1. I have loaded fake data:

 

2. On my side, this is the outcome:

 

3. So I need to get the value "11", which is the equivalent of your 18006.

 

4. I have used the measure in Text & image object: count({<[Customer Age]={""}>}[Customer Age])

 

5. The outcome is:

 

As you can see it gave me the desired count.

 

I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, addressed your concerns or at least pointed you in the right direction, please mark it as Accepted Solution to give further visibility to other community members. 
 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂
eprehu
Contributor III
Contributor III
Author

Thanks a lot ! 

But the expression count also other customer age and i don't know why : 

eprehu_0-1655719472739.png

 

Andrei_Cusnir
Specialist
Specialist

Hello,

 

It probably has to do with your specific dataset. I can see that the first column is your dimension and some values appear to be small numbers that could possibly represent age and there are larger values that possibly represent years. So it is a little bit confusing as to how exactly this dataset is represented. 

 

Can you please try the specified expression in a KPI object or an Text & image measure? Please share the result that you are getting. If it is counting more than 18006, it could mean that the dataset might have some values that are not parsed properly. 

Help users find answers! Don't forget to mark a solution that worked for you! 🙂