Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Calculated Dimension

Hi all,

My client requested to create a calulated dimension using the below query

select *  from db.TableName t

where (upper(XXX) = upper('value1') or

upper(XXX) = upper('value2'))

   and YYY<> 'value1'

   and ZZZ= 'value1'

Whether it is possible to create ??

Please help me.

Thanks

12 Replies
Anonymous
Not applicable
Author

Actually I just started developing the application. So datamodel to show as of now.

In the requirement doc I have a table and in that I need to create a calculated dimension using the query I have shared.

So I am confused whether we could create a dimension using the query as it is mentioned like "Select *"

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   Understand one point in QlikView, first you write the script like Sql Statements and all and get the data in QlikView in table format. And once you have the data you can create charts by defining the dimensions and expressions

   Hope this is clear.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anonymous
Not applicable
Author

Thanks Kaushik & mrdaan