Hi
I have ax query on ProjTable and I need filter values
where ProjTable.projId == ProjTable.parentId + "zero or more characters"
I tried to put in Query value of query something like this ,but didnt work.
(ProjTable.ProjId LIKE (ProjTable.parentId + " * ") )
I need to have this done just in AX query (I need query for SSRS report for Portal)
Many thanks for any hint or help
Pavel