Hash Algorithm #26
Replies: 2 comments 2 replies
-
Hi Alexander! Thanks for your input! Could you please give me more details about:
In the macros "hash", "hash_standardization" and "hash_default_values" I can't find any hardcoded "000..0000" as a replacement value, instead, the parameter is passed down from the global variable. Let's try to figure out what causes the problem here! |
Beta Was this translation helpful? Give feedback.
-
Hi Tim, Result Hash: ea01662a5bcbe96a3236d575bbcb3da3 Assumption (had not enough time yet to check in detail): Due to the CONCAT, the inner statement is never null, so the outer IFNULL could not be reached and therefore, i am not able to link the default value. Possible Solution: From my point of view, there is a possible bug in the NULLIF clause, which should have NULLIF(expr, '^^') but currently is NULLIF(expr, '') BR |
Beta Was this translation helpful? Give feedback.
-
Hi guys, following question:
i like to link a value to the unknown default value (0*), but this seems to be impossible, because of the IFNULLS within the hash logic you use. Wanted to use the unknown value as starting point (lvl 0) in a hierarchical link.
I don't believe that this was intentionally, because the outer IFNULL has the 0* as a replacing value.
Could you check please.
BR
Beta Was this translation helpful? Give feedback.
All reactions