Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set Analysis - fix one selection, but not the other

Hi there -

Here's what I'm trying to do. I have two list boxes, Networks and HH (household). I'd like the outcome, Total Time Spent, updated when users select different HHs, but not Networks.

To fix HH, i need to add 1 to the set analysis, but how do I include the two sets in one formula? I've attached a file.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You can disregard selections in Network using

Sum ( {<Network=>} [Time spent])

View solution in original post

2 Replies
datanibbler
Champion
Champion

Hi Carol,

try with the set-operator >P< - roughly like this

{1<field1 = P(field1)>}

That way, you disregard all user selections, optionally you can specify some fixed selections and those with the 'P' you leave to the user.

HTH

Best regards,

DataNibbler

swuehl
MVP
MVP

You can disregard selections in Network using

Sum ( {<Network=>} [Time spent])