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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculating frequency at the backend

Is it possible to calculate the frequency of the values in a column on the back end.

If yes, please explain how.

Thanks

Vitul

Labels (1)
1 Reply
tresB
Champion III
Champion III

Use count() like:

Load

          Count(Field) as Frequency,

          Field

From <> Group By Field;