@RandyHayes
Thanks alot for the response again, but i can't get my head around those formulas that are shown i that Employee Engagement Survey.
If this is the right one:
Collect(Responsecollect,{QuestionId:1,ResponseId:CountRows(Responsecollect)+1,Response:Radio1.Selected.OptionText});
If(CountRows(Listcollect)>=1,Collect(Responsecollect,{QuestionId:2,ResponseId:CountRows(Responses)+1,Response:Text(Last(FirstN(Listcollect,1)).OptionText)}));
If(CountRows(Listcollect)>=2,Collect(Responsecollect,{QuestionId:2,ResponseId:CountRows(Responses)+1,Response:Text(Last(FirstN(Listcollect,2)).OptionText)}));
If(CountRows(Listcollect)>=3,Collect(Responsecollect,{QuestionId:2,ResponseId:CountRows(Responses)+1,Response:Text(Last(FirstN(Listcollect,3)).OptionText)}));
If(CountRows(Listcollect)>=4,Collect(Responsecollect,{QuestionId:2,ResponseId:CountRows(Responses)+1,Response:Text(Last(FirstN(Listcollect,4)).OptionText)}));
If(CountRows(Listcollect)>=5,Collect(Responsecollect,{QuestionId:2,ResponseId:CountRows(Responses)+1,Response:Text(Last(FirstN(Listcollect,5)).OptionText)}));
If(CountRows(Listcollect)>=6,Collect(Responsecollect,{QuestionId:2,ResponseId:CountRows(Responses)+1,Response:Text(Last(FirstN(Listcollect,6)).OptionText)}));
If(CountRows(Listcollect)>=7,Collect(Responsecollect,{QuestionId:2,ResponseId:CountRows(Responses)+1,Response:Text(Last(FirstN(Listcollect,7)).OptionText)}));
Collect(Responsecollect,{QuestionId:3,ResponseId:CountRows(Responsecollect)+1,Response:Text(Slider1.Value)});
Collect(Responsecollect,{QuestionId:4,ResponseId:CountRows(Responsecollect)+1,Response:If(Radio1_1.Selected.OptionText="No",TextInput1.Text,Radio1_1.Selected.OptionText)});
If(!IsBlank(TextInput1_1.Text), Collect(Responsecollect,{QuestionId:5,ResponseId:CountRows(Responsecollect)+1,Response:TextInput1_1.Text}));
Navigate(Finish_Screen, ScreenTransition.Fade,{ans5:TextInput1_1.Text})
That is still a bit complex for me haha, i have tried most of the things you told me to do, and i've searched online about the things you told me but i'm still stuck, sorry...
I got a tip from someone i know, but i'm not sure if you're willing to make time out of your day to help me.
She told me that maybe we could make a skype call or something like that, so i can clearly explain what i need to get done.
That would be great if that's possible! the only problem may be that we're in different time zones probably.
I'll hear from you if you're willing to explain it to me, either on a call or here on the forum's, but i can't thank you enough already!!
Danny Engels.