Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to ignore some filters to the chart objects..
If there are 3 filters and 2 of them are to applicable on the tablechart object and one shouldnt.
plz suggest the expression for this
Use set analysis. So as example, if the expression on your chart is Sum(Sales) and you want to ignore the filters on Field1 and Field2 your change your chart expression as Sum({<Field1=,Field2=>}Sales)
Use set analysis. So as example, if the expression on your chart is Sum(Sales) and you want to ignore the filters on Field1 and Field2 your change your chart expression as Sum({<Field1=,Field2=>}Sales)
Thank you so much, It is working
Please mark the answer as correct