Find a list member based on boolean check

Options
rpmuthuswamy
rpmuthuswamy Member, ALL USERS, Partner, Certified Model Builder Posts: 5 New Contributor

I have a scenario module dimensioned by scenario. And a line item formatted as boolean. Based on the selected boolean check, the  corresponding scenario should appear in a 'scenario' formatted line item in a module with no dimensions

Tagged:

Comments

  • DeimerGonzalez
    DeimerGonzalez Member, ALL USERS, Partner, Certified Model Builder Posts: 4 Occasional Contributor

    I would do an if statement, IF Boolean? then Bring the line item scenario else blank. 

     

    I think that should work. 

  • rpmuthuswamy
    rpmuthuswamy Member, ALL USERS, Partner, Certified Model Builder Posts: 5 New Contributor

    Thanks deimar. This works. I changed my summary settings in the source and it worked