Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Removed translated content for 'zh'
Sv translation
languageen

BellaDati allows you to display text-based KPI labels. Use this feature to translate rates info easily readable tiers or as alternative to conditional formatting.

Example:

M_RATING@AVG indicator stores average rating of the institution. Instead of displaying numbers with conditional formatting, report requires to have text-based evaluation including 'At-Risk', 'Bellow Average', 'Average', 'Good', and 'Excellent'. Use code bellow to obtain such result.

Code Block
rating = '';
if (M_RATING@AVG<0.59){rating = 'At-Risk'}
if (M_RATING@AVG>0.60){rating = 'Bellow Average'}
if (M_RATING@AVG>0.80){rating = 'Average'}
if (M_RATING@AVG>0.85){rating =  'Good'}
if (M_RATING@AVG>0.90){rating =  'Excellent'}
return rating;

Result:

Next Steps

List siblings

Sv translation
languageja

BellaDatiでは、テキストベースのKPIラベルを表示できます。この機能を使用して、料金情報を読みやすい階層に変換するか、条件付き書式の代わりに使用します。

:

M_RATING@AVG インジケータは、機関の平均レートを保存します。レポートでは、数値を表示する代わりに条件付き書式で、「リスクあり」、「平均以下」、「平均」、「良い」、「優れた」などのテキストベースの評価が必要です。そのような結果を得るには、以下のコードを使用してください。

Code Block
rating = '';
if (M_RATING@AVG<0.59){rating = 'At-Risk'}
if (M_RATING@AVG>0.60){rating = 'Bellow Average'}
if (M_RATING@AVG>0.80){rating = 'Average'}
if (M_RATING@AVG>0.85){rating =  'Good'}
if (M_RATING@AVG>0.90){rating =  'Excellent'}
return rating;

結果:

次に

List siblings

Sv translation
languagede


Mit BellaDati können Sie textbasierte KPI-Labels anzeigen. Verwenden Sie diese Funktion, um Preisinformationen leicht lesbare Stufen zu übersetzen oder als Alternative zur bedingten Formatierung.

Beispiel:

Der Indikator M_RATING@AVG speichert die durchschnittliche Bewertung des Instituts. Anstatt Zahlen mit bedingter Formatierung anzuzeigen, benötigt der Report eine textbasierte Auswertung mit "At-Risk", "Bellow Average", "Average", "Good" und "Excellent". Verwenden Sie den untenstehenden Code, um ein solches Ergebnis zu erhalten.

Code Block
rating = '';
if (M_RATING@AVG<0.59){rating = 'At-Risk'}
if (M_RATING@AVG>0.60){rating = 'Bellow Average'}
if (M_RATING@AVG>0.80){rating = 'Average'}
if (M_RATING@AVG>0.85){rating =  'Good'}
if (M_RATING@AVG>0.90){rating =  'Excellent'}
return rating;

Result:

Nächste Schritte

List siblings