PI (PQL)
                                    Returns the constant number 'PI' - the ratio of the circumference of a circle to its diameter, approximately 3.14159.
- Returned Output: Numeric
 - Library: PQL \ Common \ Math
 - Version: 2018.00.000
 - Compatibility: 
- It can be combined with other PQL functions throughout the application.
 - It CANNOT be used with MDX or VBA functions. But it can be used on MDX-based content in other parts of the application.
 
 
Syntax
PI()
                                    
                                    Comments
- The function has no input parameters
 
Different Function types
- This function is like the Excel PI function.
 
Examples
This example returns "3.14159"
PI()