Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We are conduction a survey by country and in the last section the participant is asked to select an issue (question) out of the possible 22 questions and suggest a solution for it - one of the possible 12 solutions.
Find a sample data in the attached file: rawData.txt
The below tables are based on the attached data.
Where in addition to the country and UniqueID fields we have
The requested report should look like this:
The first column represents the result of the most top 5 selected questions and the second column represents their percentages.
The results of the following questions should be considered together.
The columns Solution1 to Solution12 should indicate the % of the selected solution for the given question.
Below the table (in a textbox) I want to display the remaining percentage of the question (excluding the 5 selected in the table) and the name of the questions concatenated.
Thank you for any hints and guidance
Take care all
Like this
Like this
Thank you so much
How can i display the list of Questions in the Remaining group in a text object?
thank you again
May be use this
=Aggr(If(Rank(Count({1}UniqueID)) < 6, Null(), Only({1}Questions_New)), Questions_New)