Is there a parameter for adding a second argument axis?

I’m trying to figure out how to have month and user for the x-axis. I can’t figure out how to include the month. Anyone know how to accomplish this? What I’d like is shown in Excel. Maybe I need to format the data differently?
Any insight is appreciated!

image
image
image

Try using below on Display fields:
concatenate(USER_NAME,"-",MONTH).

When you go to chart properties do the following:
image

Thank you, I will try this!

Hi Jill,

Can you please let us know if this works?

Thanks
Gerry

Will do!

I’m not seeing ADD NEW LINE SEPARATOR as an option.

image

I think I know what this is. These are JS functions and only we can write these for security purposes. I will get someone the team to add this to you account.

It’s JSON function and needs to be pushed out to respective REBUS accounts.
on your original widget Display fields:
USER_NAME =
concatenate(USER_NAME,"-",MONTH).
Now if you don’t use the JSON function the chart will display something like:
MARTIN-03
JOHNY-03
The JSON function seperates and make the chart little more appealing.

We added the function for you. Please let us know if you have any issues.

Works!
Thanks for the help everyone!
image