You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "D:\db\logic.py", line 8, in declare_logic
Rule.sum(
File "C:\lib\site-packages\logic_bank\logic_bank.py", line 104, in sum
return Sum(derive, as_sum_of, where)
File "C:\lib\site-packages\logic_bank\rule_type\sum.py", line 30, in __init__
self._child_role_name = self.get_child_role_name(child_attrs=child_attrs)
File "C:\\lib\site-packages\logic_bank\rule_type\aggregate.py", line 258, in get_child_role_name
raise Exception(
Exception: Invalid 'as_sum_of' - not a reference to: Pur in Derive Pur.r_qty as Sum(Pur.qty Where None)
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: