Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Qlik Cloud Analyticsのキャパシティ仕様について解説した資料を作成しました。
この資料には、Qlik Tipsの一部修正内容や、分析データの検証結果も含まれています。
主なポイント:
・週次や月次でQVDを生成するようなアプリを作成している場合、分析データの使用量の計測を最適化することが可能です。
・資料には以下の内容が含まれています:
- データロードエディタでのスクリプト例
- スケジュールスケジュール設定のサンプル
・アプリ単位でConsumption Reportを確認できるサンプルアプリも添付しています。
- Binaryロードを使用して、元となるConsumption ReportのApp IDを指定することで、
App IDとApp Nameの紐づけデータを作成し、App Nameごとのデータ使用量を確認できます。
- App IDに紐づくApp Nameは、App AnalyzerまたはReload Analyzerで確認可能です。
We’ve created a document explaining the specifications for Qlik Cloud Analytics capacity.
It includes corrections to some parts of the original Qlik Tips content, as well as validation results for analytics data.
Key Highlights:
- If you’re building apps that generate QVDs on a weekly or monthly basis , you can optimize how analytics data usage is measured.
- The document includes:
- Example scripts for the Data Load Editor
- Sample scheduling configurations
- A sample app is also provided that allows you to check the Consumption Report at the app level.
- By using a Binary load to specify the App ID of the base Consumption Report , you can create a mapping between App ID and App Name, enabling data usage tracking by App Name.
- You can find the App Name associated with each App ID using either the App Analyzer or Reload Analyzer.
参考記事(For further reference, please see the following articles):
2022年4月19日に実施したWebセミナーQlik Tipsで使用した付録スクリプトを添付します。
セミナーの資料と動画は以下のリンクにございます。
資料:https://www.slideshare.net/QlikPresalesJapan/qlik-sense-saas-251613994
動画:https://youtu.be/vyT652_vDak
半角カナを全角カナに変換したり全角の数字、英字、記号を1バイトに変換する方法を最近になって見つけました。
変換テーブルとmapsubstring関数を使用することで文字に対して1対1で変換することができます。
この関数がいつから存在していたのか不明ですが、これを利用すると半角カナを全角カナに
変換して取り込むなどが可能になります。
変換処理のイメージは以下になります。
サンプルのアプリと変換テーブルを添付します。