FR
✅ SSRS | How To Upload Multiple RDL File to Report Server ?
check this out bro
https://gist.github.com/WildWei/5973bd42396346294bf390f54c0de028
3 replies
❔ Entity Framework, How To Join Second Table To Third Table In The First Table?
here some result from my JSON
idk why if i exclude
Area = areaBranch.City.Area
from my linq, my City didnt want to show up Area, but hei if its work its work.
anyway ty that was fast17 replies
❔ Entity Framework, How To Join Second Table To Third Table In The First Table?
my man, i accidentally found it!
just change my linq query from this
to this
also add prop
public virtual Area { get; set; }
in City Model
and remove Join Area in AreaBranch Builder17 replies
❔ SQL Server | Can i use 'Case When' in Where Clause?
i see,
my brain still processing but i bit understand ,so if it cant find the value it will goes to second operatos and because the statement is inside brackets it will not bother the other statment outside it
(product = @ProductFilterValue OR @ProductFilterValue is not null)
11 replies