Jump to content

go to layout


Dutchy

This topic is 6275 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Hope someone can help me out with this.

I have made a score field in my DB (edit box / number). I want to be able to fill in a score like 50% or 100%. The percentages correspond with the status of a project. I would like to link the percentages to a layout. For example if a score is filled in of 50% the project status I would be in Phase 2 and I would like it to show the phase 2 layout.

Have no idea how I would be able to do this. Through a calculation perhaps?

Dutchy

Edited by Guest
Link to comment
Share on other sites

If I am reading this correctly, then on your script to go to the next layout, All you need is a couple of elseifs.

If [ ScoreField < 25 ]

Go to Layout 1

Else If [ ScoreField < 50 ]

Go to Layout 2

Else If [ ScoreField < 75 ]

Go to Layout 3

Else

Go to Layout 4

End If

Link to comment
Share on other sites

This topic is 6275 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.