Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Make an Independence to other fields

Hello,

I would like to setup an Independence for this field, because when i choose any field, this table disappears:

With the Date selection:

Capture.PNG

With an other selection:

Capture.PNG

How can i do that please ?

Sébastien.

1 Solution

Accepted Solutions
sunny_talwar

If you want it only filter based on Date you can try this:

Sum({1<Date = $::Date>}Sales)

Assuming Sum(Sales) is your current expression

Or if you just want to ignore selections in PC, you can try this:

Sum({<PC>} Sales)

View solution in original post

2 Replies
sunny_talwar

If you want it only filter based on Date you can try this:

Sum({1<Date = $::Date>}Sales)

Assuming Sum(Sales) is your current expression

Or if you just want to ignore selections in PC, you can try this:

Sum({<PC>} Sales)

santiago_respane
Specialist
Specialist

Hi,

You can detach your table, or you can use set analysis to ignore the selections applied to that field.

Like this:

=SUM({<PC=>} YourFieldToBeAggregated)

Let me know if this helps.

Kind regards,