Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone
I have a dynamic table that takes approximatly the entire space of the tab. I want to split in two tables, what do you suggest, I'm quite desperate here (tried to split it by splitting the dimension but it doesn't work)
Thank you so much in advance
Hi,
By conditional load you can split it into two tables. Can you explain it more.
Regards,
Anand
I Want to split it horizontaly, fixe for example half the size for each table
I'm sorry i wasn't clear enough, I'm generating a pdf that contains that table, and because it's so enormmous it takes the entire page and the numbers become very small, not visible. that's what I thought about splitting it into halfs
Hello everyone, I found two solutions for the problem
1- To display the table on a landscape page if you have a large table with smal length
2- the second option is to split the table into two halfs using set analysis or if() condition in a calculated dimension. the first table would contain half of the values of the dimension the second table will contain the other half.