Recent Discussions
-
Qliksense MinString function: How to find lowest alphabetic string ignoring case...
Hi,In our Qliksense app, we reply on the function MinString({1} [Dimension]) to find the first available value in a dimension in lowest alphabetic ord... Show MoreHi,
In our Qliksense app, we reply on the function MinString({1} [Dimension]) to find the first available value in a dimension in lowest alphabetic order, but there is a caveat to this solution. It seems Qliksense's string comparison with MinString/MaxString is case sensitive, and the upper case letters have lower ordinal values than lower case letters. For this reason, it appears 'A' < 'Z' and 'a' < 'z', but 'Z' < 'a'.
For instance, given a list of countries ValueList('Ukraine', 'Uruguay', 'USA', 'Uzbekistan'), we expect MinString will return Ukraine, but instead it returns USA, because uppercase letter 'S' appears to be lower than lowercase letter 'k'.
Is there a way to get around this limitation so we can get the first value from lowest alphabetic order with case insensitive string comparison? We tried to use lower() and upper(), but the results are undesirable as we cannot restore it back to the original string. Please help.
-
Set Expression in Qlik Cloud
Can anyone explain the significance of the set expression used below.min({<IsFiscalMovement_TF=-1 >}PostingDate) This is not valid in QlikView but it ... Show MoreCan anyone explain the significance of the set expression used below.
min({<IsFiscalMovement_TF=-1 >}PostingDate)
This is not valid in QlikView but it is valid in QlikCloud. (please note the missing brackets).
As an extra note. WIth the value -1, it believe it gets all the values, instead if set to anything but -1, it doesn't return anything. Lastly the values in my data set for IsFiscalMovement_TF are 1.
-
Qlik data movement gateway rpm installation on RHEL server did not create any di...
Hi Team,I have successfully installed Qlik data movement gateway rpm file on RHEL server to replicate data from on-premise ibm iseries database to sql... Show MoreHi Team,
I have successfully installed Qlik data movement gateway rpm file on RHEL server to replicate data from on-premise ibm iseries database to sqlserver database. But in this process directories and sub directories are not created(it should create in gateway server). This issue leading to msodbcsql driver installation failure. Kindly help me here. -
Above function with multiple dimension
Hi , In my qliksense application I have a tablular visual , where I have a dimension and a measure A, now if i add one more measure which is calculati... Show MoreHi , In my qliksense application I have a tablular visual , where I have a dimension and a measure A, now if i add one more measure which is calculating above function of measure A , then it is working , if i add one more dimension then the above function does not work , Is above function works properly with multiple dimesion value
-
Section Access based on the outlook distribution list in qliksense
I want to implement section access in QlikSense based on the list of users who are part of the Outlook distribution list.i have 2 outlook distribution... Show MoreI want to implement section access in QlikSense based on the list of users who are part of the Outlook distribution list.
i have 2 outlook distribution list, how to extract users part of the outlook distribution list into qliksense ?
-
Structure of Symbol Tables using AutoNumber on Key fields
Hello, Am I correct in understanding that if I use AutoNumber on a key field, for instance AutoNumber(ProductID&CustomerID) that the symbol table for ... Show MoreHello,
Am I correct in understanding that if I use AutoNumber on a key field, for instance
AutoNumber(ProductID&CustomerID)
that the symbol table for the Key Field "ProductID&CustomerID" would look like this?
Pointer Value
1
2
that is, that the Value is empty because a look-up is not needed? Or would the symbol table look like this?
Pointer Value
1 1
2 2
Also is there a way to view the symbol tables? Thank you.
-
折れ線チャートの縦軸
お世話になっております。折れ線チャートで複数のメジャーを一つの折れ線グラフにまとめたとき、複数のメジャー名がそのまま縦軸に入ってしまいます。縦軸名を一つにする方法を知りたいです。例えば、国語, 数学, 英語という3つのメジャーをグラフ内にいれると、どれも100点満点で共通のスケールのためY軸を「点数... Show Moreお世話になっております。
折れ線チャートで複数のメジャーを一つの折れ線グラフにまとめたとき、複数のメジャー名がそのまま縦軸に入ってしまいます。
縦軸名を一つにする方法を知りたいです。例えば、国語, 数学, 英語という3つのメジャーをグラフ内にいれると、どれも100点満点で共通のスケールのためY軸を「点数」としたいのですが、この場合「国語, 数学, 英語」となってしまいます。
色々試してみましたが、
プレゼンテーションのY軸からでは変えられる項目がなく、
データからラベルを変えようとすると凡例の名前まで変わってしまいます。ご回答いただけるかた、どうぞよろしくお願いいたします。
-
マスターデータとJOINして1ID1レコードのデータを作成
いつもお世話になっております。Qlik Sense Enterpriseを使用しております。ロードスクリプトで、以下の条件を再現したいと考えていますが、JOINするのにキーが指定できずデータの取り回しがうまくいきません。コードがA,C,Fのものを持っているIDの人にはY、持っていない人にはNのフラグ... Show Moreいつもお世話になっております。Qlik Sense Enterpriseを使用しております。
ロードスクリプトで、以下の条件を再現したいと考えていますが、
JOINするのにキーが指定できずデータの取り回しがうまくいきません。コードがA,C,Fのものを持っているIDの人にはY、持っていない人にはNのフラグを立てて、1ID、1レコードのデータセットをロードスクリプトで作成したいと考えています。
Excelで2シートのサンプルデータを作成しております。
なお、qvfファイルは権限的に開けない状況です。詳しい方、教えていただけますと幸いです。
よろしくお願いいたします。
-
Monthly YOY Line Chart
Hello,I am trying to replicate line charts that are currently showing in an SSRS report we have. They are simple, but I can't quite figure out how to ... Show MoreHello,
I am trying to replicate line charts that are currently showing in an SSRS report we have. They are simple, but I can't quite figure out how to make Qlik Sense generate them. It is monthly chart with two lines to show Monthly YOY comparisons. One line shows the last 12 full months (Apr 2024 - Mar 2025) and the other line showing the previous 12 months (Apr 2023 - Mar 2024). This screenshot shows four of these charts...
Any suggestions?
Thanks in advance,
Chris