When creating a Data View with block references, dynamic naming using @Week does not currently work as expected . For example:
- Setup:
- Data Block A: Block reference to Week 31
 - Data Block B: Block reference to Quantity for Week 31
 - Algorithm Block C: Calculates A / B with a block reference to Week 31 and is named Price@Week 
 - Axes: Material on rows
 
 
Issue:
The algorithm name remains static (Price@Week ) instead of resolving dynamically to reflect the actual week (e.g., Price31). This reduces clarity in time-based reporting and makes it harder to interpret Data Views when multiple weeks are involved.
Proposed Solution:
Enable dynamic resolution of placeholders like @Week in algorithm names when used with block references . If the block reference points to Week 31, the algorithm name should automatically display as Price31.