Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The information on this page refers to License Statistics v6.8 18 and newer, which changed the parameters for limiting and ordering results in columnsadded the ability to change default column names. If you are using a version previous to v6.818, see documentation for previous versions.

To generate a License Statistics report of your choosing, you can use any browser or an HTTP client (cURL). cURL is a library and command-line tool that can be used to access HTTP-based web services and websites. 

...

where "yourdomain" is the domain where License Statistics is installed.

 

Info

Note that if your installation uses either a port different than 80, or port 443 for SSL-secured HTTPS, you will need to provide the port number as well.

...

Code Block
languagejs
filter=[{"property":"ftype","value":["Floating","Token"]}]

Columns

Column selection

By default, the report shows a subset of columns in left-to-right order. To show invisible columns, hide visible columns, or reorder columns, use the "fieldVisibility" parameter. This works for CSV, XLSX and PDF endpoints.

...

Code Block
languagejs
fieldVisibility={"lsid":"1","lsn":"1","fid":"1","fns":"1"}
Column headers

By default, the report shows pre-defined column headers. To change the default headers, use the "fieldsHeaders" parameter. This parameter works only for CSV, XLSX and PDF endpoints.

Example: to set custom names for two columns:

Code Block
languagejs
fieldsHeaders={"lsid":"Custom Id","lsn":"Custom Name"}

Limiting and ordering results

...