Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
DenisLuan
Contributor
Contributor

Classificação Dados Gráfico de Combinação

Bom dia, sou novo por aqui. Estou com dificuldade de fazer meu gráfico respeitar a ordem de "Data" (Dimensão).

Aparentemente ele fica classificando por valores e a data fica fora de ordem. 

 

Labels (3)
1 Solution

Accepted Solutions
JordyWegman
Partner - Master
Partner - Master

Yes that is correct, that should solve your problem. You can also try to use the formula Floor([YourDateField]) in that 'Sort by expression'.

Jordy

Climber

Work smarter, not harder

View solution in original post

4 Replies
JordyWegman
Partner - Master
Partner - Master

Hi Denis,

Do you have access to the script editor? Put this in your script:

Dual([YourDateField],Floor([YourDateField])) as Date

The put the sort, on the Date field. The Floor() function will create a numeric value that will sort properly.

PS: Ask the questions in English, this easier for everybody.

Jordy

Climber

Work smarter, not harder
DenisLuan
Contributor
Contributor
Author

sorry, should i include this expression exactly where? would it be in the "Sort by Expression" field in the chart properties?

JordyWegman
Partner - Master
Partner - Master

Yes that is correct, that should solve your problem. You can also try to use the formula Floor([YourDateField]) in that 'Sort by expression'.

Jordy

Climber

Work smarter, not harder
DenisLuan
Contributor
Contributor
Author

Thank you, solved my problem.

 

👍