The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Oscar
5 months agoContributor
Derivative Rule
Alo
I’m trying to create a Source Derivative Rule that takes each inbound Stage row and produces **two** output rows. The first row should remain completely unchanged. The second row should be an e...
- 5 months ago
Hi ! Thank you for your response!
The duplicated record is accomplished by simply referencing the attribute that holds the dimension member (Location for example) A8#[*]
Now we are trying to copy the value of attribute A8 into the U2# dimension field for the duplicated line but we have not been able to identify the correct logical expression.
We have tried:- A8#[*]:U2#[*]=A8#[*]
- A8#[*]:U2#[*]<<A8#[*]
T_Kress
OneStream Employee
5 months agoI believe you can use the multiply by 1 to create a duplicate record. It would be something like this:
Oscar
5 months agoContributor
Hi ! Thank you for your response!
The duplicated record is accomplished by simply referencing the attribute that holds the dimension member (Location for example) A8#[*]
Now we are trying to copy the value of attribute A8 into the U2# dimension field for the duplicated line but we have not been able to identify the correct logical expression.
We have tried:
- A8#[*]:U2#[*]=A8#[*]
- A8#[*]:U2#[*]<<A8#[*]