SAP design studio axis labels missing when no data
Jan 10, 2018 at 10:52 PM|28 Views
I have a derived table in the universe and I am building a info chart in design studio based on this.The query of derive table is something like below:-
select month(deploy date) as col1,col2,col3 from table1.
But there is no data for few months but the user wants to see the info chart with bar showing 0 for that month? How can I achieve this. Any ideas??
I can think of having a time dimension table in universe joined with transaction table. Hence you can get a continuous time axis from the time dimension table.
Add comment