-
Re: concate value of same column
Hi @dhyadav79 Maybe more details are needed regarding the need to do this or more info about the dataset you're working with. Having said that you could follow a several options: - Do it in code: Loa…1 · -
Re: Python Plugin (a=1) fails: No module named matrixlib
@Seymour93 please see the answer on your other post re how to create a code-env using a different Python version.2 · -
Re: Why plugin dedicated environment only Python 27?
@Seymour93 just to caveat what Andrey mentioned. The order of actions should be: - Create plugin. - Add code env component to plugin. (do not create code-env itself) - Modify file as Andrey indicated…3 · -
Re: Where is more information on using Freemarker template in email step?
Hi @cnlangness and @DRichards The easiest way to include variables or see how this is documented is by actually creating a scenario. - Create a scenario. - Add reporter > Mail On this screen, you'…1 · -
Re: How to define a dataset name including the current date for a dataset of type file
It seems that it would be hard to accommodate to the specificity of your design while having a no-code approach. I would consider using the API if the logic can only be meaningfully described by it.1 ·