Hi Pablo,
You can't replicate calculation view with SLT. Only tables or db views (with some restrictions).
SLT is based on triggers on the physical tables (for delta management). It can handle a DB view because it focus on the triggers of a main table but a calculation view is too complex to handle this kind of scenario.
Regards,
Frederic
Add comment