"https://quickchart.io/chart?c=" & EncodeUrl(
"{
type: 'radar',
data: {
labels: [
'Accommodation/Living Environment',
'Living Skills and Self Care',
'Mental Health and Wellbeing',
'Friends and Community',
'Relationships and Family',
'Drugs and Alcohol',
'Managing Feelings and Response',
'Positive Use of Time',
],
datasets: [
{
backgroundColor: 'rgba(255, 255, 255, 0.5)',
borderColor: 'rgb(75, 192, 192,1)',
data: [" & LookUp(CriminalJusticeWeb,Date=Gallery66.Selected.Date && YPID=ViewYPSelect_10.Selected.YPID,Accomodation) & ", " & LookUp(CriminalJusticeWeb,Date=Gallery66.Selected.Date && YPID=ViewYPSelect_10.Selected.YPID,LivingSkills) & ", " & LookUp(CriminalJusticeWeb,Date=Gallery66.Selected.Date && YPID=ViewYPSelect_10.Selected.YPID,MentalHealth) & ", " & LookUp(CriminalJusticeWeb,Date=Gallery66.Selected.Date && YPID=ViewYPSelect_10.Selected.YPID,FriendsCommunity) & ", " & LookUp(CriminalJusticeWeb,Date=Gallery66.Selected.Date && YPID=ViewYPSelect_10.Selected.YPID,RelationshipsFamily) & ", " & LookUp(CriminalJusticeWeb,Date=Gallery66.Selected.Date && YPID=ViewYPSelect_10.Selected.YPID,DrugsAlcohol) & ", " & LookUp(CriminalJusticeWeb,Date=Gallery66.Selected.Date && YPID=ViewYPSelect_10.Selected.YPID,ManagingFeelings) & ", " & LookUp(CriminalJusticeWeb,Date=Gallery66.Selected.Date && YPID=ViewYPSelect_10.Selected.YPID,PositiveUseTime) & "],
label: '" & Gallery66.Selected.Date & "',
},
],
},
options: {
spanGaps: false,
elements: {
line: {
tension: 0.000001,
},
},
scale: {
ticks: {
min: 0,
max: 5,
stepSize: 1,
},
}
},
}
"
)
"https://quickchart.io/chart?c=" & EncodeUrl(
"{
type: 'radar',
data: {
labels: [
'Accommodation/Living Environment',
'Living Skills and Self Care',
'Mental Health and Wellbeing',
'Friends and Community',
'Relationships and Family',
'Drugs and Alcohol',
'Managing Feelings and Response',
'Positive Use of Time',
],
datasets: [
" & Concat(
ForAll(
colSelected As Item,
"{
backgroundColor: 'rgba(255, 255, 255, 0.5)',
borderColor: 'rgb(75, 192, 192,1)',
data: [" & LookUp(CriminalJusticeWeb,Date=Item.Date && YPID=ViewYPSelect_10.Selected.YPID,Accomodation) & ", " & LookUp(CriminalJusticeWeb,Date=Item.Date && YPID=ViewYPSelect_10.Selected.YPID,LivingSkills) & ", " & LookUp(CriminalJusticeWeb,Date=Item.Date && YPID=ViewYPSelect_10.Selected.YPID,MentalHealth) & ", " & LookUp(CriminalJusticeWeb,Date=Item.Date && YPID=ViewYPSelect_10.Selected.YPID,FriendsCommunity) & ", " & LookUp(CriminalJusticeWeb,Date=Item.Date && YPID=ViewYPSelect_10.Selected.YPID,RelationshipsFamily) & ", " & LookUp(CriminalJusticeWeb,Date=Item.Date && YPID=ViewYPSelect_10.Selected.YPID,DrugsAlcohol) & ", " & LookUp(CriminalJusticeWeb,Date=Item.Date && YPID=ViewYPSelect_10.Selected.YPID,ManagingFeelings) & ", " & LookUp(CriminalJusticeWeb,Date=Item.Date && YPID=ViewYPSelect_10.Selected.YPID,PositiveUseTime) & "],
label: '" & Item.Date &"',
}"
),
Value,
","
) & "
],
},
options: {
spanGaps: false,
elements: {
line: {
tension: 0.000001,
},
},
scale: {
ticks: {
min: 0,
max: 5,
stepSize: 1,
},
}
},
}
"
)
ViewYPSelect_10.Selected.YPID" is from the gallery too but if it is you can just change it to "Item.YPID" too.
Collect(colSelectedRecords, ThisItem)
Remove(colSelectedRecords, ThisItem)
LookUp(CriminalJusticeWeb,Date=Gallery66.Selected.Date && YPID=ViewYPSelect_10.Selected.YPID,Accomodation)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.