-
Using Forlumas
We have a unique need that has come up.
We have a data set with variables A, B, and C.
We currently have an equation (A+B)*C that is hard coded into a report.
We now have a need to be able to change that equation from time to time.
Sometimes we may want to use
(A+B)*C
Other times
(C - A)/B
It can change regularly.
Is there are way to make a "black box" that we type and equation into each day for use that day.
Essentially we want:
Table with data A,B,C >> "Black Box" >> Result Data on Report
I can not see a way to do this easily.
-
the question is vague. how about sample data? saying "table > black box > report" obviously won't get an answer.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules