Categories
- All Categories
- 5 Oracle Analytics Sharing Center
- 11 Oracle Analytics Lounge
- 196 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.5K Oracle Analytics Forums
- 6K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 68 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Erro na Consulta na visualização

Boa tarde! Criei uma regra (coluna de fórmula case) em função de um tempo "char" no dataset para utilizá-lo conforme print:
dataset aparece normalmente.
Mas na visualização o campo "Tempo Médio Espera Consulta" dá o seguinte erro e o dado não é apresentado:
Alguém possui uma solução para que o dado seja apresentado na visualização?
Answers
-
Hi,
The error you get comes from your database and does tell you that something you expect to be a number isn't one ( https://docs.oracle.com/en/error-help/db/ora-01722/?r=23ai ). If you look in your logs you find the physical SQL that has been sent to your database and will easily be able to fix it.
It generally comes from poor data quality, with "unexpected" values (or missing values) and no handling of those cases in the query.
PS: the common language in the forum is English, nobody will look at grammar or syntax, you will have more answers if you post in English (because nobody will take the time to translate your post to then give you an answer).
2