Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: IvanHi did you search in the comunity for that error "Error saving as LXA"
i found that the error can be caused by how you enclosed a function in filter , for example
this fails:
START_DATE = dateAdjust(date(), {{^StartDateOffset^}}, "days")
END_DATE = dateAdjust(date(), {{^EndDateOffset^}}, "days")
solution:
START_DATE = dateAdjust(date(), long("{{^StartDateOffset^}}"), "days")
END_DATE = dateAdjust(date(), long("{{^EndDateOffset^}}"), "days")
is it possible to provide the graph or another example graph to reproduce? which version of LAE you using?