Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlikview979
Specialist
Specialist

Count

Hi Experts,

If i use Noofrows('TN')  i will get how many rows in table. that is fine.

But Here my doubt is How can i get Noofrows In one Field in front end.

Regards,

Mahesh.

1 Solution

Accepted Solutions
Digvijay_Singh

You should use

if(fieldvaluecount('product')<=20000,1,0)

if I rightly understand

With reference to field we use 'Values', with reference to table we use 'record' terminology, so getting confused from beginning

View solution in original post

14 Replies
ajsjoshua
Specialist
Specialist

Digvijay_Singh

You may count no of values in a field as -

=FieldValueCount('Division')

qlikview979
Specialist
Specialist
Author

Hi  Experts,

Is it possible in Qlikview.

Digvijay_Singh

Couldn't understand, can you elaborate in case you fieldvaluecount doesn't serve the purpose.

qlikview979
Specialist
Specialist
Author

Hi Digvijay,

I want specific field ''Rows count".

Digvijay_Singh

You mean specific field value like 'Product1' in Product Dimension in a list box. You can use Frequency option in list box -

Capture.JPG

I still feel confused from 'row count' as don't know what does that mean in Front end

qlikview979
Specialist
Specialist
Author

Hi Digvijay,

For Example:-  My Field name "peoduct". in this field i don't know how many records.

My condition is :-  if(product<=20000,1,0)

here product(specific) field count i need.

Regards,

Mahesh.

Frank_Hartmann
Master II
Master II

what about creating straight table and adding expression like: Rowno()?

Digvijay_Singh

You should use

if(fieldvaluecount('product')<=20000,1,0)

if I rightly understand

With reference to field we use 'Values', with reference to table we use 'record' terminology, so getting confused from beginning