Hi Nicolas, Thanks for sharing. We appreciate your idea.
In the SUMMER 2023 release, we are going to enhance the temporary cubes usage in procedures. The temp cube can be used in 'Select' based on 'IF-THEN-ELSE' and many other cases. The inverse can be calculated on the fly with the temp cube without storing data into the physical one.
You can find more information on this through our Board Manual.
Hello Monisha,
Thank you for the feedback.
You changed the idea from "Open For Voting" to "Planned" but from your comment I don't understand if :
Can you clarify?
Thanks,
Nicolas CHIGROS
Sure Nicolas.
To clarify: Your mentioned workaround is the answer. The enhancement as proposed in the snapshot will not be implemented, as we have the enhancement on the temporary cubes planned for the next version and onwards which will be able to solve your need.
Ok, it's disappointing then.
So can you revert the status to "Open for voting"?
The "new" workaround is barely an improvement to my initial workaround and his still a workaround compared to the proposed idea.
Thanks.
Sorry to insit ,
But slightly improvement to a workaround is quite different to implementing the idea describe so can you revert the status to "Open for voting"?
The features you described are great but they bring a minor improvement to my use case.
Thanks
Hi there, was there ever a more detailed explanation on how to achieve Nicholas example with temp cubes?
the provided link just gets to how to setup a cube.
Hello Maïk,
I don't think so but you could simply create a procedure where you have the current 'positive' selection stored in a cube called Pcube in my exemple, create a temporary cube, and do in a dataflow with in short something like : Temporary := 1-(Pcube/Pcube) then do your select based on cube on the Temporary
PS: Probably will have to recreate the idea since :D
Regards,
Nicolas