We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello there!
Dicts are very useful when you work with Clickhouse DataBase and Huge Datasets. Please, add Formulas to use dictionaries in Datalens
Clickhouse functions are as well that (IMO) should be made
dictGetStringOrDefault dictGetUInt64OrDefault dictGetFloat64OrDefau
and in DataLens these have parameters
func('dict':String,'field':String,'key':int64) or func('dict':String,'field':String,'key':diffTypes,['key2']:diffTypes) -- to use with tuple dicts
Regards, Yury
The text was updated successfully, but these errors were encountered:
Hey @skaradub!
Closing this issue in favour of #106. Feel free to add comments regarding the desired behaviour/features there.
Sorry, something went wrong.
No branches or pull requests
Hello there!
Dicts are very useful when you work with Clickhouse DataBase and Huge Datasets.
Please, add Formulas to use dictionaries in Datalens
Clickhouse functions are as well that (IMO) should be made
dictGetStringOrDefault
dictGetUInt64OrDefault
dictGetFloat64OrDefau
and in DataLens these have parameters
func('dict':String,'field':String,'key':int64)
or
func('dict':String,'field':String,'key':diffTypes,['key2']:diffTypes) -- to use with tuple dicts
Regards,
Yury
The text was updated successfully, but these errors were encountered: