Jump to content

Custom Expression Question


Katie Sikorski

Recommended Posts

I have a Joined Information Link and I am trying to create a Combination Chart using this example.

First_Expression

Count() as [OPERATOR],

SUM(If([ARLP_EVAL]="YES",1,0)) as [ARLP]

Second_Expression

First_Expression

Count() as [OPERATOR],

SUM(If([ARLP_EVAL]="IS_NULL",1,0)) as [bASIN]

 

But after I add the custom expression nothing is showing on the chart. How to I get a line for ARLP and one for Basin to show up Is there a way to do this with a nested if statement to create a com bo chart Or should I do it with a case statement instead

Link to comment
Share on other sites

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...