Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
madhubabum
Creator
Creator

Filter Selection does not effect on object

Hi Experts ,

I am having one date field , if i am selected particular date it wont effect on the object ...

Note : May i know the reasons ?

Thanks

Madhu

5 Replies
sunny_talwar

The object might include a set analysis to ignore any selection in date field. {<dateField>} or {1}

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

There could be couple of reasons.

1. The chart expression must be created using set analysis. And in set analysis you must the ignore the field. like below.

     Sum({<Date=>}Sales)

2. In the data model both the tables (1. from where data is coming and 2. from which the chart is created) are not linked properly.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
sunny_talwar

3. The chart is in another state compared to the date field list box

tresesco
MVP
MVP

Possible reasons:

1. Set Analysis

2. Alternate State

3. Disconnected model

4. Detached objects

5. Trigger

richnorris
Creator II
Creator II

Try hitting CTRL + T in your dashboard. This will bring up the table view. You should see a link between the date fields and the rest of your data. If there is no link between them you will need to create one. (This would be a common field to both)