Slackbot
03/23/2023, 2:04 AMJohn Kowtko
03/23/2023, 2:13 AMJohn Kowtko
03/23/2023, 2:14 AMtilak chowdary
03/23/2023, 2:18 AMJohn Kowtko
03/23/2023, 2:48 AMVadim
03/23/2023, 6:08 AMJSON_KEYS return an array, and you want to make it a multi-value dimension (those group as you desire). What you need is some function that takes an array and gives you a MV. I am not sure that a direct function like that exists @Clint Wylie can tell me if I missed it. As a workaround you could join the array into a string and then split the string into an MV. Try STRING_TO_MV(MV_TO_STRING(JSON_KEYS("details", '$.'), '#'), '#')tilak chowdary
03/23/2023, 3:35 PM