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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to convert Excel formula : count to QV?

I want to tell the rows in a table, because I want to make a formula with it.

I want to do this formula: an amout / number of rows.

In Excel you can tell the rows with the formula: count(... : ...)

Thank you.

1 Solution

Accepted Solutions
robert_mika
Master III
Master III

As Jonathan pointed you can use the count in Text box:

View solution in original post

6 Replies
robert_mika
Master III
Master III

Not applicable
Author

Thanks for you answer.

But how can I hide the columns: NoOfRows() and =sum(Points)/NoOfRows()?

And how can I the answer of =sum(Points)/NoOfRows() put in a separate textbox?

jonathandienst
Partner - Champion III
Partner - Champion III

Hi

Why do you want to add the columns and then hide them? You can use a conditional on the expressions tab, hide column in the presentation tab (straight table), or disable the expression on the expressions tab.

You can't use NoOfRows() in a text box, it is only valid in a chart or table object. The number of rows is determined by the distinct dimension values - in your case

     Count(Distinct Face)

will return the same value.

HTH

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

That is not what I want, sorry.

Ok, thanks!

robert_mika
Master III
Master III

As Jonathan pointed you can use the count in Text box:

Not applicable
Author

Thanks Robert and Jonathan! You give me the correct formula!