thank you for the suggestion! On Tue, 4 Mar 2025 at 18:46, Daxesh Parmar <[email protected]> wrote:
> I have tried it and its working fine in a single sort > > *if(eq(id,"id-1"),3,if(eq(id,"id-2"),2,if(eq(id,"id-1"),1,0))) desc* > > On Tue, 4 Mar 2025 at 18:02, ufuk yılmaz <[email protected]> > wrote: > >> I haven’t tried but shouldn’t it be like >> >> if(eq(id,"id1"),2, if(eq(id,"id2"),1,0)) instead? >> >> — >> >> > On Mar 4, 2025, at 21:25, Daxesh Parmar <[email protected]> >> wrote: >> > if(eq(id,"id1"),2,0) >> >>
