AnnaNguyen
03-06-2023Data Storage
What is the alternative to LENGTH function when building a dashboard?
I have been tasked with building a report and one of the requirements is to filter individuals with name that exceed 32 characters maximum. In SQL query, I can do this with a combination of CASE WHEN and LENGTH functions, but in Sisense I saw that this functions only available in the cube and not in the dashboard so I'm wondering if there is an alternative to this? Because I tried to avoid adding custom columns to the cube so that not to harm the production database so any chance I can achieve this in the dashboard would be great.