12-28-2019, 05:04 AM
What is the data type of the column "building"? It may be something that the grouping can't handle.
Also, if you are in debug mode, can you print this:
print("group_value: ", type(group_value), group_value)
just before the following line:
File "/opt/tactic/tactic/src/tactic/ui/panel/table_layout_wdg.py", line 2731, in handle_groups
if group_value.find("/"):
Also, if you are in debug mode, can you print this:
print("group_value: ", type(group_value), group_value)
just before the following line:
File "/opt/tactic/tactic/src/tactic/ui/panel/table_layout_wdg.py", line 2731, in handle_groups
if group_value.find("/"):