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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
raadwiptec
Creator II
Creator II

Count

I have 20 Fields on a Excel.. For Ex: These are the 3 main fields - Rest of the 17 Fields I would like to Count

 

DWH_Finance_ID

DWH_section

MarketID,

Count(*)

from XXX.Table

In sql i could do as above, In qlik. Please suggest

1 Solution

Accepted Solutions
bharatchauhan
Contributor II
Contributor II

Hi,

Try this:

Load DWH_Finance_ID

DWH_section

MarketID,

Count(F1&F2&F3.....&F17)

From Table
Group by 

DWH_Finance_ID

DWH_section

MarketID;


Please feel free to ask.
Give a thumbs up if this helped 🙂

View solution in original post

1 Reply
bharatchauhan
Contributor II
Contributor II

Hi,

Try this:

Load DWH_Finance_ID

DWH_section

MarketID,

Count(F1&F2&F3.....&F17)

From Table
Group by 

DWH_Finance_ID

DWH_section

MarketID;


Please feel free to ask.
Give a thumbs up if this helped 🙂