Calculating Min/Max/Avg value in Print Format

Hi,

Is there any way to perform Min/Max/Avg functions in Print Formats ?

Thanks,
Raghu.

min and max functions are available in Jinja, so you should be able to use them.

@Pawan
Sorry. unable find built in functions for Min/Max/Avg in jinja.

http://jinja.pocoo.org/docs/2.10/templates/#min
http://jinja.pocoo.org/docs/2.10/templates/#max

average you must calculate it seems

Thanks @clarkej