[Genie] Format assistance & entity match doesn't work for me
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2026 10:22 PM
I enable format assistance & entity match for some table fields in my genie space. But it looks like it doesn't work.
e.g. the following field is categorical and I enable format assistance & entity match for it. The following is the generated sql:
move_type = 'GATE_OUT'
But what I expect is move_type = 'GATE-OUT'
To me, it looks like genie don't know the real value in move_type.
Anyone can help to fix this problem? Thanks