Jan Walter

Results 2 issues of Jan Walter

Add generator flag (configuration) distinguishing whether BE runs on http or https, and reflect this in jsdoc method links.

enhancement

- `str` was expected - e.g. `=IF(RANGE>75%; 1; 0)` fails since `75%` is translated to `0.75` - while `=IF(RANGE>.75; 1; 0)` would translate to `'0.75'`