Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
gkcchowdary
Creator
Creator

tell me bellow requirements?

1)Generally I have 180 mb qvw.so tell me 180mb qvw how much server configuration required. And ram size also.

2)I have state and city fields.in that city Mumbai ,Bangalore,Chennai.

so when I select Mumbai I want display Bangalore sales .please write the expression.

3 Replies
sunny_talwar

What is the logic for seeing just the Banglore sales and not Banglore and Chennai sales? If you want to see both, you can try this:

Sum({1<city = e(city)>}Sales)

kkkumar82
Specialist III
Specialist III

Hi chaitanya,

for your first question, it all depends on the UI objects you use + the file size , in your case it is 180 MB.

For eg: I have a 80MB file of my client which takes a massive of 7 - 8 GB space when you open it either in Desktop or Access point , it is because of the number of pivot tables we use and the number of sheets are also more than 25.

Roughly I can say if your qvd files are X MB then there is chance of the file taking X * 10 times in the RAM as per standards.

Hope it helps.