
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Group Skills by Column
Dear all
I have tried many times this morning but failed to make it work. Kindly advise the followings asap :
Q1 : How to display only those members who have not paid membership fee (ie amount=$0.00) ?
Q2 : How to group skills in column form by employee ?
The expected answer is shown in Excel Worksheet called "Answer".
Thank You Very Much
Tracy
- Tags:
- new_to_qlikview
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
PFA .
For Q2, I am looping through the counts of each skill by name. I used concat to get all the counts in the order of names into a variable.
That's it. look into 'for each' in the help, if you have any doubts . Look into the script. I have left some comments in there.
HTH.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If your data are coming from Excel file would not be easier to split the skills to separated columns in Excel?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
PFA
HTH

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Ravichandra Nadiminti
Many thanks for helping me on Q2, can you explain how the script works step by step as I don't understand at all.
How about Q1, I only want to display those with zero amount. Please help.
Thank you vey much
Tracy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Dear Robert
The current database already has few thousand records, it will be difficult to split them manually now in Excel.
Regards
Tracy

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
PFA .
For Q2, I am looping through the counts of each skill by name. I used concat to get all the counts in the order of names into a variable.
That's it. look into 'for each' in the help, if you have any doubts . Look into the script. I have left some comments in there.
HTH.
