-
Beastmode でユーザ―情報を取得したい
Beastmode に、 いま接続しているユーザの情報を取得できる関数を追加いただけないでしょうか。 例えば、以下のようなことができます。 ・ユーザ名の取得 →「○○さん」によに、その人に向けた投げかけができる。 ・部署の取得 →その部門にあわせたデフォルト表示ができる。 ・ロケール、タイムゾーン、ロケーション → 言語・時刻・場所にあわせたデフォルト表示ができる。 ご検討よろしくお願いします。
-
Beastmode で FORMAT 関数を使えるようにしてほしい
CONCAT 関数を使って文字列と数値を組み合わせて表示する場合、 3桁ごとのカンマ区切りや、%表示の有効桁数指定は、自分で加工する必要があります。 例えば、 「本日 105,000 増加(前日比 +1.15%増加)」 と表示しようとすると、かなり複雑な Beastmode の記述になります。 特に、3桁ごとのカンマ区切りは難しく、FORMAT関数かあると便利です。 もしくは、Domo が Analyzer で提供しているフォーマット設定ができる関数だともっと良いかもしれません。 例えば、105,000 → 「105K」「10.5万」のような省略表示を Beastmode で指定できると素晴らしいです。
-
Magic ETL の HOUR() 関数で 24 時間を超える経過時間(例:170:15)を扱えるようにしてほしい
【概要】 現在、Magic ETL のHour() 関数は 「170:15」 のような「累積時間(170時間15分)」形式の文字列を扱おうとすると、「文字列をタイムスタンプに変換できません」というエラーになります。 しかし、同じ値を Beast Mode でHour(170:15)とすると、正しく 170 が返されます。 【 改善してほしい点】 BeastModeとMagic ETL のHour()関数の挙動の統一をお願いしたいです。 Beast Mode と Magic ETL の間で挙動が統一されることで、長時間(24時間超)の勤務時間、稼働時間、作業ログなどを扱う処理を構築する際ににスムーズになります。…
-
Magic ETL の HOUR() 関数で 24 時間を超える経過時間(例:170:15)を扱えるようにしてほしい
【概要】 現在、Magic ETL のHour() 関数は 「170:15」 のような「累積時間(170時間15分)」形式の文字列を扱おうとすると、「文字列をタイムスタンプに変換できません」というエラーになります。 しかし、同じ値を Beast Mode でHour(170:15)とすると、正しく 170 が返されます。 【 改善してほしい点】 BeastModeとMagic ETL のHour()関数の挙動の統一をお願いしたいです。 Beast Mode と Magic ETL の間で挙動が統一されることで、長時間(24時間超)の勤務時間、稼働時間、作業ログなどを扱う処理を構築する際ににスムーズになります。…
-
💡 Tip of the Week: Mastering FIXED Functions in Beast Mode
Beast Mode’s FIXED functions give you precise control over how your metrics are calculated, regardless of how users filter or group the data on a card. They're especially useful when you need your KPIs to remain stable and consistent across different contexts. 📌 Here you have some examples of Fixed Functions: ✅ FIXED…
-
💡 Tip of the Week #15: Show the data you want by default
Tired of changing the date filter every time you open a dashboard? Now you can set a default date using variables, so your cards always display the right time frame, automatically. 🔧 How it works: Go to Variables in the Analyzer or Dashboard settings. Create a new variable of type Date. In the Default Value, select…
-
🚀 Tip of the Week #12 – Beast Mode vs Magic ETL: Choose Smart, Work Smart 💡
*Thanks to @ajay_p for bringing this topic to the table! 💡* Choosing between a Beast Mode formula or building the logic into Magic ETL depends on the context, how reusable the logic needs to be, and performance considerations. Here's a quick guide to help you decide the best path: 🧠 Beast Mode = quick, dynamic calculations…