04-04-2024 12:01 PM
Does anyone know of a way to handle this situation while using a Line Item dimension on a cube view input form?
Let's say the Line Item dimension has 20 members. Can you set a default number of Line Item rows to always show, say 10, but allow the users to add more as they wish? I know the latter part is possible with the Allow Insert Suppressed Member property. I don't know about the first part of the question. I tried splitting it up into two rows, but the second row, which would be the one to insert Line Item rows when desired, doesn't display anything to click on and use the insert suppressed action.
Thank you.
04-04-2024 01:12 PM
@rjgoss - Is the Line Items rows should be always 10? Is those 10 are always change in time if so, based on any condition? You can try XFBR but you need some condition to trigger the rule.
04-05-2024 10:49 AM
The idea is there would always be 10 line items showing and the user would use the insert suppressed member functionality to add more line items (up to the number of members in the Line Item dimension). There isn't a trigger to add more other than the user wants to do so. There's nothing systematic the base it on. It also could be the user needs 14 line items for one account, 18 for the next and 6 for the next...
04-04-2024 01:37 PM
We had a similar requirement with 10 entity members that should be either hidden or shown on demand and we used the following workaround in v7.
If the user selects No, the parameter value will be No and the POV of the row will be invalid and the row will be hidden. If the user selects Yes, the parameter will be :U7#None and the POV of the row will be valid and the row will be visible.
Cheers,
Thanos
04-05-2024 10:45 AM
Thank you. I tried this and the process does work, but I was hoping for something more dynamic. Using the parameter approach for line items would become quite cumbersome. I appreciate your help as the idea does have merit.
04-05-2024 10:49 AM
I agree that it is not as dynamic as we would expect.
I think that in v8 you are able to use a more dynamic approach. I will probably test it in a couple of weeks..
04-05-2024 10:55 AM
If you come up with something more dynamic in v8+, I'd appreciate any more feedback. I've been trying it in v8+ and haven't come across anything with the suppression properties and something like this. Thanks again for your help.