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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
pgalvezt
Specialist
Specialist

Problem with a formula

Hi,

I have the follow Formula:

sum({<Cuenta={'31010101'}>}Monto*-1) /Valor_Factor  (Works Fine)

But In the last row QlikView shows a negative value. I need to hide that row. Anybody knows how to do that.

Or I need to delete the row but I need to show all total.

Foto.png

Thanks!

4 Replies
Anonymous
Not applicable

= if ( sum({<Cuenta={'31010101'}>}Monto*-1) /Valor_Factor  < 0 , null() , sum({<Cuenta={'31010101'}>}Monto*-1) /Valor_Factor  )

And don't forget to suppress nulls.

jerem1234
Specialist II
Specialist II

Are you using dimension limits? I translated Otros using Google to Others. If you are using dimension limits, then go to dimension limits tab and un-check "Show Others" near the bottom.

pgalvezt
Specialist
Specialist
Author

Thank you for your reply but is not what I want. I want to Hide the negative row but I need to show all total.

For example I have this

Sales

1

2

3

-1

------

5

I need to show the total 5 and hide the -1. If I put delete value nulls the total gives 6.

Anonymous
Not applicable

Hi

Is the attached what you are after ?

See reply from jerem1234 for explanation.

Best Regards,     Bill