Welcome to Knowage Q&A

Here you can read the Q&A history.

To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).

0 votes
1 view
I am new to Spago BI and I have installed Knowage 6.1, I have mapped my dataset to a mysql table and I want to create an extra column in my dataset that will be calculated based on some business logic implemented on some existing columns in my dataset.

how to achieve this?
Environment Knowage 6.1
in Data Set by (120 points)
recategorized by

1 Answer

0 votes
Hi,

   You should be able to define datasets of type script (javascript or groovy) or query with scripts sections.

You can find details into the Knowage_6.x_CE_Manual.pdf - Dataset section (3.3 Data set configuration).

Regards.
by (4.4k points)
...