bp...@lucravalde.com
unread,Mar 5, 2015, 1:18:09 PM3/5/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to suppor...@runmyprocess.com
Afternoon,
I was hoping to be directed to some more in depth documentation on custom measures and the scripts used to create them. I have an array widget on a web interface, the first column is the name of a business. I want to sort a web interface report based on each row's individual value for column. When I use the ${myArray.business_name} call as the measure value ("Business Name" as the measure name) the report gets sorted by the entire array not each element in it.
So for example;
Assume there were two submissions to this web interface. The first with only 1 row where the 'Business Name' column's value is 'Disney', and the second with 2 rows where the 'Business Name' column's values are 'Disney', and 'Pixar' respectively. If you create a web interface report and sort by the "Business Name" measure, and display the count, there will be two groups. ["Disney"](1) and ["Disney", "Pixar"](1).
Is there documentation anywhere that can show me the script needed to make this sort as: Disney(2), Pixar(1). Even if that means that when you pull up the screen for the second Disney entry you also see the rows relating to Pixar.
Thanks to anyone who can help,
Brandon