-
Re: User Permissions Creating and Deleting Application Instances
Hi @benmoss , Would you please try using the following permissions on the project level and the app level? Project-level: (Users in group "readers" can view the app. However, they cannot cr…1 · -
Re: Unable to install pystan & fbprophet
Hi @vaishnavi , fbprophet relies on pystan, so please try installing pystan first and switch fbprophet to prophet (newer version). Please try adding the following to your list of installed packages:p…1 · -
Re: App recipe wouldn't show ADD button when there are more than eight input datasets
Hi @jvijayakumar2 , Thank you for writing in. I was able to reproduce this on my instance and I noticed that you can see a very slight blue line at the bottom of the page where the "Add" bu…2 · -
Re: Input and Output Datasets in Application Designer are not selected
Hi @jvijayakumar2 , Thank you for bringing this to our attention. I was able to reproduce this behavior on my instance as well. I have submitted this to our engineering team for review. Best, Jordan1 · -
Re: Getting errors in simple addition of column values
Hi @wjkelly , You should be able to achieve the output you’re looking for with the sum() method. I've included an example below for reference. In some cases, the ‘+’ operator can result in conca…2 ·