Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
tracycrown
Creator III

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

1 Solution

Accepted Solutions
Anonymous
Not applicable

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.

View solution in original post

5 Replies
robert_mika
Master III

If your data are coming from Excel file would not be easier to split the skills to separated columns in Excel?

Anonymous
Not applicable

Hello,

PFA

HTH

tracycrown
Creator III
Author

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

tracycrown
Creator III
Author

Dear Robert

The current database already has few thousand records, it will be difficult to split them manually now in Excel.

Regards

Tracy

Anonymous
Not applicable

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.