Suggérer une fonctionnalitéQu'est-ce qui rendrait Nectari Software plus utile pour vous ?
2
Data model Designer: Possibility to reference already created columns in a calculated column
data model designer
A l'étude
novembre 15, 2022
I would like to add a calculated column and state column 1 and column 2 = column 3. Presently you have to re-write the SQL logic to have this completed.
2 Commentaires
Rakavy Ravisingam
3 years, 12 days ago
Status updated to 'Under review'
0
votes
Réponse
Merci pour votre commentaire
Guy
3 years, 5 days ago
HI David, This could be done with the OnCalculation instead of SQL Calculation, this way you could do : NecResult = Column1 + Column2; We are also planning to add a new way to create calculated column directly in End User area where you will be able to do exactly what you want Thanks,