Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI ,
I'm trying to achieve these "When there is no full year data then i should not show that year in a bar chart "
for example :In my data i don't have full year data for 2022 ,In these case i should ignore 2022 and display the bar chart with remaining years until 2021 ,If i see the December data for 2022 then i should show it in a bar chart (Usually in the starting month of year(Jan 2020) i will get full year data of 2022) .
Regards
Sowmya
I thinking of to create a variable with currentyear+3 and eliminate that in set analysis ,so it give the result as i expected .
Could you exclude 2022 data in the script or you need 2022 data for other purposes?
i need 2022 data for other purpose i cannot exclude it in the script
I thinking of to create a variable with currentyear+3 and eliminate that in set analysis ,so it give the result as i expected .
That will just not display 2022 data. However, as you were requiring at the beggining, if you don't have the full year for 1995 you will display that information with your proposed solution.
You can add a flag field in the script and flag it if the year is complete (you would also need a process to count the days for each years data) and in the chart use this flag.