on ‎2016 Jun 01 6:03 PM
Hello,
I have a client requirement where there is an input form with accounts & entities in row axis.(Zero suppression on). Now the client will enter values in meters, and the requirement is within worksheet I should be able to convert that data into miles and send to accounts. Both meters and miles have separate accounts. Users shouldnt be able to see miles accounts.
What i have tried so far:
I have tried creating local member that attaches itself to each row, and sends data using epmsave. However user doesnt like it as it shows the local member row after each row. users dont want to see it.
Thanks.
Request clarification before answering.
"Users shouldnt be able to see miles accounts" - then just create a simple script logic in default.lgf like
*WHEN ACCOUNT
*IS MeterAcc
*REC(EXPRESSION=%VALUE%/1609, ACCOUNT=MileAccount)
*ENDWHEN
Vadim
Corrected
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Manny,
Just hide the local member row, or alternatively remove the local member, create a hidden table beside your report, and do all the conversion there, then use epmsavedata to save to the correct intersection.
Andy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 11 | |
| 9 | |
| 4 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.