Hi , I am retrieving the value from the bottom of the table as below.
1 - 9 of 9 Items.(Page No - 9 of 9 Items)
I want to extract the value between of and Items. The value keep changes based on data. some times its 9 ,20,100.
Kindly help to extract the value.
Thanks
Hi @Parvathy ,
Thanks it worked. I have similar query as below can you please help.
I am extracting a data table and the data is coming as below.
Input -
KHR P-25031 : RESOLVED summary items in List
KHR P-250350 : RESOLVED summary items in List
KHR P-2503800 : RESOLVED summary items in List
KHR P-25031500 : RESOLVED summary items in List
KHR P-250320000 : RESOLVED summary items in List
KHR P-25034000000 : RESOLVED summary items in List
I want to extract the value starting from P and till : , no space is required.
Mainly i want the value starting from P and the following integer value.
If you see after2503 the value is single,double,triple and keep on getting incremented.
Kindly suggest.
Thanks