Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi folks,
I have a question, based on the first selection in my case 4944 expression should use value 4789 and paste it in selection
so at the end should be two values in selection. Does anybody know any similar solutions ?
Hi,
You might be able to use P() function to union the possible values from the selection, so;
Avg({<[Fact_WI.WorkItemID]=P([Fact_WI.ParentWorkItemID])>+<[Fact_WI.WorkItemID]=P([Fact_WI.WorkItemID])>}1)
In my toy app seems to give something like you describe;
Cheers,
Chris.
Hi,
You might be able to use P() function to union the possible values from the selection, so;
Avg({<[Fact_WI.WorkItemID]=P([Fact_WI.ParentWorkItemID])>+<[Fact_WI.WorkItemID]=P([Fact_WI.WorkItemID])>}1)
In my toy app seems to give something like you describe;
Cheers,
Chris.