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
Goal - generate multiple links Analogy with ALL_CONCAT, maybe ALL_MARKUP
Example: Dataset:
Now we can create table chart - known property values:
Data = ALL_CONCAT([Value], "; ")
Currently, it is not possible to make transition to the dashboard for viewing groups that have this value.
Data = ALL_MARKUP( URL( CONCAT("https://my_datalens/my_dashboard?Property=", [Property], "&Value=", [Value]), [Value] ), MARKUP("; ") )
or show each value on new line
Data = ALL_MARKUP([Value], BR())
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Goal - generate multiple links
Analogy with ALL_CONCAT, maybe ALL_MARKUP
Example:
Dataset:
Now we can create table chart - known property values:
Data = ALL_CONCAT([Value], "; ")
Currently, it is not possible to make transition to the dashboard for viewing groups that have this value.
or show each value on new line
The text was updated successfully, but these errors were encountered: