Number Format field in Indicator form

Randave Winston
Tera Contributor

Hello,

I just noticed a new field "Number Format" when creating an Indicator. It has a default value of kMGTPE.

Anyone have an idea where can I find information about this field? It was not mentioned in the ServiceNow Documentation and Analytics tutorial.

Thanks!

8 REPLIES 8

hey @Randave Winston Bachini ,

i think some one might have created a custom field .

because i think even in dictionary table i could not find it 

Check the dictionary of it some one might have created a custom field

Hi! It's in the table definition of Indicator:
find_real_file.png

I think this field was added when I upgraded to Tokyo. I just can't find any information about it in the documentation.

Dan Martinez
Tera Expert

 kMGTPE stands for:

  • k = kilo
  • M = Mega
  • G = Giga
  • T = Tera
  • P = Peta
  • E = Exa

In case you are still somehow lost here's something useful:

9de0bff4420f4ce44f0ccd5c34e7b5bc.gif

Mahendra13
ServiceNow Employee
ServiceNow Employee

New Field "Number Format [scores_format]" in table pa_indicators  got introduced in the TOKYO release with the default value as "kMGTPE"

https://en.wikipedia.org/wiki/Metric_prefix#List_of_SI_prefixes

kMGTPE (k-kilo, M-mega, G-giga, T-tera, P-peta, E-exa)

 

If my answer helped you in any way, please then mark it as helpful or correct.