Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
The object might include a set analysis to ignore any selection in date field. {<dateField>} or {1}
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
3. The chart is in another state compared to the date field list box
Possible reasons:
1. Set Analysis
2. Alternate State
3. Disconnected model
4. Detached objects
5. Trigger
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)