-
Re: MongoDB connection
These are MongoDB connection details your MongoDB administrator should give you.1 · -
Re: Displaying decimal as percentage
Simple solution. Use one field for display purposes and one field for plotting purposes.2 · -
Re: Need Suggestions to develop formulas around a project
Use the diff date function to calculate the different of dates.1 · -
Re: How can I check a user's login status?
See this documentation page: https://knowledge.dataiku.com/latest/admin-operating/instance-monitoring/code-find-users-logged-on.html#1 · -
Re: Step based execution control - two conditions
Use && between the expressions. It’s like an “and”.1 ·