Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Infoset Query Question

Former Member
0 Likes
484

I created an Infoset Query showing Quantity, Net Value and Exchange Rate. Is it possible to add a field to add a calculation NetValue*ExchangeRate?

Thanks,

Dipen.

I created an Infoset Query showing Quantity, Net Value and Exchange Rate. Is it possible to add a field to add a calculation NetValue*ExchangeRate?

Thanks,

Dipen.

2 REPLIES 2
Read only

Former Member
0 Likes
459

Hi

Yes you can.

Go to EXTRAS section: here you can add additional fields and write the code you need to poplute them.

Max

Read only

Former Member
0 Likes
459

This is how you do this. Goto SQ01. Go to the next screen till you come to FIELDS section. Here in the menu <i>EDIT</i> you will get an option of <i>Short names->switchon/off</i>. Click and enter short name for Net value and Exchange rate.

Then use the option in the menu

<i>Local fields->Create</i>. Enter the name of the local field, description,heading. Select a suitable attribute for the field.Select <i>Complex calculation</i> and click on the button. Here you can put condition if you want to otherwise enter formaula using short names in the Otherwise section. This local field will now start appearing in the fields section. You need to selct this and use it.

Hope this helps.