Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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
You may count no of values in a field as -
=FieldValueCount('Division')
Hi Experts,
Is it possible in Qlikview.
Couldn't understand, can you elaborate in case you fieldvaluecount doesn't serve the purpose.
Hi Digvijay,
I want specific field ''Rows count".
You mean specific field value like 'Product1' in Product Dimension in a list box. You can use Frequency option in list box -
I still feel confused from 'row count' as don't know what does that mean in Front end
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.
what about creating straight table and adding expression like: Rowno()?
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