-
Re: getChoicesFromPython not populating SELECT dropdown Plugin
Hi nmadhu20, Your guess was right, the resource folder is mislocated. It should be at the root of your plugin repo - so at the same level as the plugin.json file (see documentation: https://doc.datai…1 · -
Re: How to use a IF function containing a certain word?
You might want to use an or operator here (refer to the Formula documentation: https://doc.dataiku.com/dss/latest/formula/index.html#boolean-functions). This would be something like the following: if…1 · -
Re: How to use a IF function containing a certain word?
Hello GSung, You can create such a column C in a Prepare recipe, by adding a Formula step. In your case, the formula would be: if(contains(toLowercase(A), "number"), B, B*10) I used toLower…1 · -
Re: In Discussions, is it possible to tag a group instead of individual users?
Hi pilotjohn4, For now it is not possible to tag user groups in Discussions. You might want to suggest the idea in the Product Ideas (https://community.dataiku.com/t5/Product-Ideas/idb-p/Product_Idea…1 · -
Re: Obtain 'non virtual' WebApp as result of a developed plugin
Glad to have better grasped your problem, sorry for the earlier misunderstanding. Once you have removed the roles array in your .json, your webapp becomes available as a Visual webapp from your proje…1 ·