Hi I have an issue in using this function. I have a simple table which Use Bundle.
I tried to you the following code to find the row number where Type has a value of 1.
var test = getbundleindexentries(Table("GlobalTable1"),"Type",1); return test;
But I get -1 which means it failed to do so. Is there something that I missed?
Thanks for your input.
David