@west-digital : yes that's it ! Actually it's working for me since yesterday. I had user view with this query :
select @[data].[id] from @[data]
In Ador Objects, I edited my ador "id" with this read expression !
if (AsNumber(|->[id]) > 0)
{
|->[id]
}
else
{
RowCount([count])
}
and this for write expression : |->[id] := AsNumber(value)
I don't know if it's a good practice but as I'm saying, it's works. How do you do this simple page ? Same way ?
@Wayne : yes of course I did it with uPlan as you can read above. Are you agree ?