Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
vikas_nandanwar
Creator II
Creator II

Filters at the opening of APP

Hi,

I have a group of data where i have regions as one of the column header

Like

Region

West

East

North

South

I do not want East to see the data of west and vice a versa

How can i create the app where this is possible

Thanks,

vikas

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Vikas Nandanwar wrote:

I do not want East to see the data of west and vice a versa

What you mean this, then ??

Load [ODC], [Date], ... from [Lib://...] *ooxml, ...) Where ODC = 'JNY';

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful

View solution in original post

12 Replies
Anil_Babu_Samineni

May be create OnOpen Trigger?

field name as Region

Search string as =Only({<Region = E({<Region = {'East'}>} Region)>} Region)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
vikas_nandanwar
Creator II
Creator II
Author

Not Working in data load editor

error

Anil_Babu_Samineni

when you say data load editor, It should be. Make Try to create User friendly Title. You title looks what i recommend.


Load * From Table Where Region <> 'East';

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
vikas_nandanwar
Creator II
Creator II
Author

OK region was my sample column name
My Column name is OGC
and i want JNY as filter
How to do that?

Load * From Table Where OGC <> 'JNY';


the above expression do not work

Anil_Babu_Samineni

Why?

Load * From Table Where OGC <> 'JNY';


the above expression do not work

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
vikas_nandanwar
Creator II
Creator II
Author

Its showing error when i am using this in data Load editor

Where to load this script?

Anil_Babu_Samineni

May be field name is not correct. Image of the error please?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
vikas_nandanwar
Creator II
Creator II
Author

Error

Anil_Babu_Samineni

Not sure, Why your thought proves Preceding Load here. Instead, you can direct use it..

Load [ODC], [Date], ... from [Lib://...] *ooxml, ...) Where OGC <> 'JNY';

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful