Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Experts,
There are two straight table. Inherited and MyState. Both the table should show results on some common filters. Lets say any Year is selected, then this selection should be applied in both the table for selected value in Year field. And data in MyState table should contain only data present in Inherited State after the selection done in Year field. And how can i show the difference of these two total value's with different state in KPI.
@sunny_talwar @Gysbert_Wassenaar Would great for asap response.
Regards,
Nitin.
Cracked it, i am sure you will understand below code.
Count( [Participant Code] = P({$} [Participant Code]) * P({My_State<with selection filter criteria>}).
Thanks Sunny for your precious time.
Regards,
Nitin.
Not sure I understand what you have? You have certain filters which impact the individual table and then few filters in inherited state which impact both states? May be this
Sum(Measure) - Sum({MyState<Year = $::Year>} Measure)
Here we are assuming that the KPI object is in inherited state. Sum(Measure) will be driven off Inherited state selection, whereas Sum({MyState<Year = $::Year>} Measure) will be driven off MyState selection except for Year selection which will be driven off Inherited selection. Does that make sense?
Best,
Sunny
Glad to hear & Thank you for the response. MyState table should only show data displayed in Inherited state with respect to whatever selection done in Year (i.e. left join in front end - assuming Inherited table as my left table).
Regards,
Nitin.
Awesome
Cracked it, i am sure you will understand below code.
Count( [Participant Code] = P({$} [Participant Code]) * P({My_State<with selection filter criteria>}).
Thanks Sunny for your precious time.
Regards,
Nitin.