SDK: 12.9.0
(viktor-cli version) v0.20.0
Platform: v22.06.2
Hi I want to start working with “Storage()”.
The context of this problem is that I want to generate an Excel export that is filled with intermediate calculated results from what @WebAndDataView produces (in my case a few graphs with calculated results).
I expected that this would have been sufficient:
# in controller
from viktor.core import Storage
But PyCharm signals me that “‘Storage’ cannot be found in core.pyi”
Therefore, code like this does not compile properly
Storage().get('data_key_1', scope='entity')
and viktor-cli start stops with the error:
ImportError: cannot import name 'Storage' from 'viktor.core'
Can you help me with this please?