Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If data has no date key and primary key how to do incremental logic.
How does your data look like?
Hi,
you ought to have necessarily a functionnal key to calculate increment,
ie what are the fields which identify your row as could do a primary key ?
regards
Here data is like historical data we didn't have primary key
I think hash128() will works but i need exact logic and simple logic
ok,
use Autonumber('with fields you want')
ex :Autonumber(IdProduct & CustomerID & ......)
Hi Gautier
Thanks for reply i tried but using peek with hash128() i got the result.
Thank you