PowerDinosaur
New Member
- Joined
- May 13, 2022
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
Hi guys!
We are woking with big documents ( ~ 20 pages), however for a visualization we need to analyze them by sentences. We have a code for break-down, however the first step for that is that we need a calculated table which generates X number of rows. We have performance issues with this because, when we have a document with only 100 sentences, we then only need 100 rows, but if we have a document with 1500 sentences we would need 1500 rows. Could someone help me out how could I make a dynamic Generetaseries code? I thought about something like we should count the number of delimiters in the document (we have delimiters to know when a sentence ends) and then we could use that measure in the second part of the Generateseries code. The problem with this is that I couldn't really found a solution how to integrate this solution.
Thank you for your help in advance!
We are woking with big documents ( ~ 20 pages), however for a visualization we need to analyze them by sentences. We have a code for break-down, however the first step for that is that we need a calculated table which generates X number of rows. We have performance issues with this because, when we have a document with only 100 sentences, we then only need 100 rows, but if we have a document with 1500 sentences we would need 1500 rows. Could someone help me out how could I make a dynamic Generetaseries code? I thought about something like we should count the number of delimiters in the document (we have delimiters to know when a sentence ends) and then we could use that measure in the second part of the Generateseries code. The problem with this is that I couldn't really found a solution how to integrate this solution.
Thank you for your help in advance!