Jump to content

Calculation If statement to select text, can't figure it out...


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

Recommended Posts

I want "Continuity Header Calc" to take "Group_Header" if it exists. If it does not, take Scenes:Scene Header

 

I tried making the calculation with this:

If ( IsEmpty ( Group_Header ) ; Scenes::Scene Header {; Group_Header} )

 

 

But it gives me the error:

"The specified field cannot be found"

 

I think I'm missing something...

Thanks in advance!

Screen Shot 2019-04-02 at 1.19.02 PM.png

Screen Shot 2019-04-02 at 1.23.47 PM.png

Link to comment
Share on other sites

10 minutes ago, Bryan said:

If ( IsEmpty ( Group_Header ) ; Scenes::Scene Header {; Group_Header} )

Try removing the curly brackets (which denote an optional argument):

If ( IsEmpty ( Group_Header ) ; Scenes::Scene Header ; Group_Header )

 

Link to comment
Share on other sites

This topic is 1822 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.