Fixing an Incorrect Response
-
- Example: You're running a question through Ask Jedify and get an answer, but something feels off - maybe the numbers are too high, or a category is missing. After reviewing the data, you realize the issue lies in how a metric or dimension was defined in the semantic layer. For example, a revenue metric may be summing a deprecated column. You’ll need to update the logic behind the metric to ensure future queries return the correct results.
- Steps to solve:
- Go to the relevant metric
- Click "Modify" → "Edit base query SQL"
- Update the base query SQL to reflect the correct business logic
- Save your changes
- Once all changes have been made, click "Submit changes". Jedify will notify you when the new entity is ready for review.
- Review the new metric: Make sure that the changes were successfully implemented, and that all related
- attributes and dimensions have been updated correspondingly. Then, approve or decline changes.
- Verify the new metric: Ask Jedify questions about the edited metric to make sure it successfully reflects correct business logic.
- Ready to go live? Click ‘Verify’ to publish.
Updated about 1 month ago