-
Re: Adjusting Axis values vs values on line chart
@NathanDorsch Try going to Value Scale under Chart Properties and changing Decimal Places to none.1 -
Re: Is there a way to create a filter for line charts
@NathanDorsch So you would create a number of variables equal to the maximum number of lines you would want displayed (we'll use 3 for the examples you gave). You could name them Line 1, Line 2, and …1 -
Re: Is there a way to create a filter for line charts
@NathanDorsch Next step is to click on 'Create Control' and define what values the variable can have. You've only set up what the default value will be, but you need to set up the actual values. Here…2 -
Re: Is there a way to create a filter for line charts
@NathanDorsch A couple of ways you could do this. You can either start off the chart with all the lines and then the user can deselect what they don't want to see by clicking on the metric in the leg…2 -
Re: Percentages on this table
@ggountanis You're getting zeroes because you're dividing the actual word by count. Also, how you're intending your code to work would just give you 1's because, for White, you would be dividing the …1