Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
yumi22
Contributor II
Contributor II

ボタンチャートのアクション(項目の値を選択)の設定について

ボタンチャートの[項目の値を選択]アクションで複数の値を選択するようにしたいのですが、
https://help.qlik.com/ja-JP/sense/November2023/Subsystems/Hub/Content/Sense_Hub/Visualizations/Butto...
にあるように、セミコロンで値を区切ってもエラーとなります。
どのうようにすれば、できるでしょうか?

 

Labels (1)
  • Chart

1 Solution

Accepted Solutions
LRuCelver
Partner - Creator III
Partner - Creator III

Try this:

='close(A);close(B)'

If you need the space before the "close(b)":

='close(A); close(B)'

View solution in original post

4 Replies
LRuCelver
Partner - Creator III
Partner - Creator III

Can you share how you are currently defining the values you want to select?

 

yumi22
Contributor II
Contributor II
Author

回答になっているかわかりませんが、

データはテキストデータで、

ボタンチャートの「アクションとナビゲーション」で「項目の選択」を選び、値に

 ='close(A)';'close(B)'

 =('close(A)';'close(B)')

 ={'close(A)';'close(B)'}

などいろいろ試しましたが、何をしてもエラーとなりました。

LRuCelver
Partner - Creator III
Partner - Creator III

Try this:

='close(A);close(B)'

If you need the space before the "close(b)":

='close(A); close(B)'
yumi22
Contributor II
Contributor II
Author

ありがとうございます。
このパターンも試したと思っていましたが、再度試したところ、うまくできました。