cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Convert Graphical view to Script view ?

former_member290786
Participant
0 Likes
5,184

Hello,

I would like to know, after searching some time on-line and couldn't find any answer for it - I there any way to converting a Graphical Calculation View, into Script view?

If there is, I would be thankful if someone could reference me to a guide.

Thank you,

Or.

View Entire Topic
Former Member
0 Likes

Yes Or,

In the left pane of your screen, where you see the Graphical Calculation view you had created, You need to right click on the Graphical Calculation View and select Export to SQL. there you can find the entire back-end coding in the SQL script.

Kindly revert in case you need more inputs on this.

Thanks,
Collins

Message was edited by: Collins Sampson

former_member290786
Participant
0 Likes

Hi Collins.

First of all, Thank you for your reply.

Second, I can't find any export function.

Using REV74, I'm attaching a screenshot of a right-click on the view.

Can you refer me to the right place?

Thank you

Former Member
0 Likes

No. there is no direct way to export a graphical view to a Script view.

You would have to manually re-construct the logic using CE functions.

CE_PROJECTION - for a projection node,

CE_UNION_ALL - for a UNION 

etc etc

Regards

Ajay